#BDFEEE

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

Shades of Water Leaf #BDFEEE

Tints of Water Leaf #BDFEEE

Color information

#BDFEEE (or 0xBDFEEE) is unknown color: approx Water Leaf. HEX triplet: BD, FE and EE. RGB value is (189,254,238). Sum of RGB (Red+Green+Blue) = 189+254+238=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEE is #420111. Grayscale: #E8E8E8. Windows color (decimal): -4325650 or 15662781. OLE color: 15662781.

HSL color Cylindrical-coordinate representation of color #BDFEEE: hue angle of 165.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEEE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB189254238-
CMYK0.2600.060.00
HSL165.23º97.01%86.86%-
HSV(B)165.23º25.59%99.61%-
XYZ71.8687.8894.06-
YUV232.74130.9796.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.75%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=27.75%
G=37.30%
B=34.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542380.2600.060.00165.2397.0186.86
HexBDFEEE1A060a56157
Octal27537635632060245141127
Binary10111101111111101110111011010011001010010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEEE; }

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

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

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

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

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

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

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

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