#BDFBBA

Color #BDFBBA Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #BDFBBA

Tints of Fringy Flower #BDFBBA

Color information

#BDFBBA (or 0xBDFBBA) is unknown color: approx Fringy Flower. HEX triplet: BD, FB and BA. RGB value is (189,251,186). Sum of RGB (Red+Green+Blue) = 189+251+186=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBA is #420445. Grayscale: #E1E1E1. Windows color (decimal): -4326470 or 12254141. OLE color: 12254141.

HSL color Cylindrical-coordinate representation of color #BDFBBA: hue angle of 117.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFBBA is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB189251186-
CMYK0.2500.260.02
HSL117.23º89.04%85.69%-
HSV(B)117.23º25.9%98.43%-
XYZ64.3583.3659.15-
YUV225.05105.96102.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=30.19%
G=40.10%
B=29.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892511860.2500.260.02117.2389.0485.69
HexBDFBBA1901A2755956
Octal275373272310322165131126
Binary1011110111111011101110101100101101010111010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBBA; }

 p { color: rgb(189,251,186); }

 H1.HeaderClassName
 {
   color: #BDFBBA;
 }
 .AnyTagClassName
 {
   color: #BDFBBA;
 }
</style>
background-color css

<style>
 a { background-color: #BDFBBA; }

 a { background-color: rgb(189,251,186); }

 div.DivClassName
 {
   background-color: #BDFBBA;
 }
 .BgClassName
 {
   background-color: #BDFBBA;
 }
</style>
border-color css

<style>
 span { border-color: #BDFBBA; }

 span { border-color: rgb(189,251,186); }

 td.TdClassName
 {
   border-color: #BDFBBA;
 }
 .TagClassName
 {
   border-color: #BDFBBA;
 }
</style>