#BDFDF0

Color #BDFDF0 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BDFDF0

Tints of Water Leaf #BDFDF0

Color information

#BDFDF0 (or 0xBDFDF0) is unknown color: approx Water Leaf. HEX triplet: BD, FD and F0. RGB value is (189,253,240). Sum of RGB (Red+Green+Blue) = 189+253+240=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF0 is #42020F. Grayscale: #E8E8E8. Windows color (decimal): -4325904 or 15793597. OLE color: 15793597.

HSL color Cylindrical-coordinate representation of color #BDFDF0: hue angle of 167.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB189253240-
CMYK0.2500.050.01
HSL167.81º94.12%86.67%-
HSV(B)167.81º25.3%99.22%-
XYZ71.8487.3695.51-
YUV232.38132.397.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 240 (94.14% from 255) = 35.19%
R=27.71%
G=37.10%
B=35.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532400.2500.050.01167.8194.1286.67
HexBDFDF019051a85e57
Octal27537536031051250136127
Binary10111101111111011111000011001010111010100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF0; }

 p { color: rgb(189,253,240); }

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

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

 a { background-color: rgb(189,253,240); }

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

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

 span { border-color: rgb(189,253,240); }

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