#BDFAEE

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

Shades of Water Leaf #BDFAEE

Tints of Water Leaf #BDFAEE

Color information

#BDFAEE (or 0xBDFAEE) is unknown color: approx Water Leaf. HEX triplet: BD, FA and EE. RGB value is (189,250,238). Sum of RGB (Red+Green+Blue) = 189+250+238=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAEE is #420511. Grayscale: #E6E6E6. Windows color (decimal): -4326674 or 15661757. OLE color: 15661757.

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

Color convert

RGB189250238-
CMYK0.2400.050.02
HSL168.2º85.92%86.08%-
HSV(B)168.2º24.4%98.04%-
XYZ70.685.3693.64-
YUV230.39132.2998.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.92%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=27.92%
G=36.93%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502380.2400.050.02168.285.9286.08
HexBDFAEE18052a85656
Octal27537235630052250126126
Binary101111011111101011101110110000101101010100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAEE; }

 p { color: rgb(189,250,238); }

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

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

 a { background-color: rgb(189,250,238); }

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

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

 span { border-color: rgb(189,250,238); }

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