Html Css Color HEX #BDF6EB Water Leaf

📋 copy color: '#BDF6EB'

red 189 ◦ green 246 ◦ blue 235

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

Shades of Water Leaf #BDF6EB

Tints of Water Leaf #BDF6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 28.21%
G = 36.72%
B = 35.07%

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

#BDF6EB (or 0xBDF6EB) is known color: Water Leaf. HEX triplet: BD, F6 and EB. RGB value is (189,246,235). Sum of RGB (Red+Green+Blue) = 189+246+235=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6EB is #420914. Grayscale: #E3E3E3. Windows color (decimal): -4327701 or 15464125. OLE color: 15464125.

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

Color convert

RGB 189 246 235 -
CMYK 0.23 0 0.04 0.04
HSL 168.42º 0.76% 0.85% -
HSV(B) 168.42º 0.23% 0.96% -
XYZ 68.94 82.73 90.93 -
YUV 227.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 189 246 235 0.23 0 0.04 0.04 168.42 0.76 0.85
Hex BD F6 EB 17 0 4 4 A8 4C 55
Octal 275 366 353 27 0 4 4 250 114 125
Binary 10111101 11110110 11101011 10111 0 100 100 10101000 1001100 1010101

Color Harmonies of #BDF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6EB

Black with #BDF6EB

Text Example


Text Example

White with #BDF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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