Html Css Color HEX #BDF5EC Water Leaf

📋 copy color: '#BDF5EC'

red 189 ◦ green 245 ◦ blue 236

#BDF5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #BDF5EC

Tints of Water Leaf #BDF5EC

RGB

 RED value IS 189 (74.22% from 255) = 28.21%

 GREEN value IS 245 (96.09% from 255) = 36.57%

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 28.21%
G = 36.57%
B = 35.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BDF5EC (or 0xBDF5EC) is known color: Water Leaf. HEX triplet: BD, F5 and EC. RGB value is (189,245,236). Sum of RGB (Red+Green+Blue) = 189+245+236=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5EC is #420A13. Grayscale: #E3E3E3. Windows color (decimal): -4327956 or 15529405. OLE color: 15529405.

HSL color Cylindrical-coordinate representation of color #BDF5EC: hue angle of 170.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 236 -
CMYK 0.23 0 0.04 0.04
HSL 170.36º 0.74% 0.85% -
HSV(B) 170.36º 0.23% 0.96% -
XYZ 68.78 82.18 91.59 -
YUV 227.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 189 245 236 0.23 0 0.04 0.04 170.36 0.74 0.85
Hex BD F5 EC 17 0 4 4 AA 4A 55
Octal 275 365 354 27 0 4 4 252 112 125
Binary 10111101 11110101 11101100 10111 0 100 100 10101010 1001010 1010101

Color Harmonies of #BDF5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF5EC

Black with #BDF5EC

Text Example


Text Example

White with #BDF5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF5EC; }

 p { color: rgb(189,245,236); }

 H1.HeaderClassName
 {
   color: #BDF5EC;
 }
 .AnyTagClassName
 {
   color: #BDF5EC;
 }
</style>

background-color css

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

 a { background-color: rgb(189,245,236); }

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

border-color css

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

 span { border-color: rgb(189,245,236); }

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