Html Css Color HEX #BDF6E9 Water Leaf

📋 copy color: '#BDF6E9'

red 189 ◦ green 246 ◦ blue 233

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

Shades of Water Leaf #BDF6E9

Tints of Water Leaf #BDF6E9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.83%

 BLUE value IS 233 (91.41% from 255) = 34.88%

R = 28.29%
G = 36.83%
B = 34.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#BDF6E9 (or 0xBDF6E9) is known color: Water Leaf. HEX triplet: BD, F6 and E9. RGB value is (189,246,233). Sum of RGB (Red+Green+Blue) = 189+246+233=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 246 (96.48% from 255 or 36.83% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6E9 is #420916. Grayscale: #E3E3E3. Windows color (decimal): -4327703 or 15333053. OLE color: 15333053.

HSL color Cylindrical-coordinate representation of color #BDF6E9: hue angle of 166.32º degrees, saturation: 0.76, 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 #BDF6E9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 233 -
CMYK 0.23 0 0.05 0.04
HSL 166.32º 0.76% 0.85% -
HSV(B) 166.32º 0.23% 0.96% -
XYZ 68.65 82.61 89.42 -
YUV 227.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 189 246 233 0.23 0 0.05 0.04 166.32 0.76 0.85
Hex BD F6 E9 17 0 5 4 A6 4C 55
Octal 275 366 351 27 0 5 4 246 114 125
Binary 10111101 11110110 11101001 10111 0 101 100 10100110 1001100 1010101

Color Harmonies of #BDF6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6E9

Black with #BDF6E9

Text Example


Text Example

White with #BDF6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6E9; }

 p { color: rgb(189,246,233); }

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

background-color css

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

 a { background-color: rgb(189,246,233); }

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

border-color css

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

 span { border-color: rgb(189,246,233); }

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