#BDF1BA

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

Shades of Fringy Flower #BDF1BA

Tints of Fringy Flower #BDF1BA

Color information

#BDF1BA (or 0xBDF1BA) is unknown color: approx Fringy Flower. HEX triplet: BD, F1 and BA. RGB value is (189,241,186). Sum of RGB (Red+Green+Blue) = 189+241+186=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1BA is #420E45. Grayscale: #DBDBDB. Windows color (decimal): -4329030 or 12251581. OLE color: 12251581.

HSL color Cylindrical-coordinate representation of color #BDF1BA: hue angle of 116.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF1BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB189241186-
CMYK0.2200.230.05
HSL116.73º66.27%83.73%-
HSV(B)116.73º22.82%94.51%-
XYZ61.377.2758.14-
YUV219.18109.27106.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 186 (73.05% from 255) = 30.19%
R=30.68%
G=39.12%
B=30.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411860.2200.230.05116.7366.2783.73
HexBDF1BA160175754254
Octal275361272260275165102124
Binary10111101111100011011101010110010111101111010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1BA; }

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

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

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

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

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

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

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

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