Html Css Color HEX #BDF6E6 Water Leaf

📋 copy color: '#BDF6E6'

red 189 ◦ green 246 ◦ blue 230

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

Shades of Water Leaf #BDF6E6

Tints of Water Leaf #BDF6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.59%

R = 28.42%
G = 36.99%
B = 34.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#BDF6E6 (or 0xBDF6E6) is known color: Water Leaf. HEX triplet: BD, F6 and E6. RGB value is (189,246,230). Sum of RGB (Red+Green+Blue) = 189+246+230=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 230 (90.23% from 255 or 34.59% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6E6 is #420919. Grayscale: #E3E3E3. Windows color (decimal): -4327706 or 15136445. OLE color: 15136445.

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

Color convert

RGB 189 246 230 -
CMYK 0.23 0 0.07 0.04
HSL 163.16º 0.76% 0.85% -
HSV(B) 163.16º 0.23% 0.96% -
XYZ 68.22 82.44 87.18 -
YUV 227.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 189 246 230 0.23 0 0.07 0.04 163.16 0.76 0.85
Hex BD F6 E6 17 0 7 4 A3 4C 55
Octal 275 366 346 27 0 7 4 243 114 125
Binary 10111101 11110110 11100110 10111 0 111 100 10100011 1001100 1010101

Color Harmonies of #BDF6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6E6

Black with #BDF6E6

Text Example


Text Example

White with #BDF6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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