Html Css Color HEX #B6E8DD Water Leaf

📋 copy color: '#B6E8DD'

red 182 ◦ green 232 ◦ blue 221

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

Shades of Water Leaf #B6E8DD

Tints of Water Leaf #B6E8DD

RGB

 RED value IS 182 (71.48% from 255) = 28.66%

 GREEN value IS 232 (91.02% from 255) = 36.54%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 28.66%
G = 36.54%
B = 34.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#B6E8DD (or 0xB6E8DD) is known color: Water Leaf. HEX triplet: B6, E8 and DD. RGB value is (182,232,221). Sum of RGB (Red+Green+Blue) = 182+232+221=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E8DD is #491722. Grayscale: #D7D7D7. Windows color (decimal): -4790051 or 14543030. OLE color: 14543030.

HSL color Cylindrical-coordinate representation of color #B6E8DD: hue angle of 166.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E8DD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 232 221 -
CMYK 0.22 0 0.05 0.09
HSL 166.8º 0.52% 0.81% -
HSV(B) 166.8º 0.22% 0.91% -
XYZ 61.2 72.88 79.25 -
YUV 215.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 182 232 221 0.22 0 0.05 0.09 166.8 0.52 0.81
Hex B6 E8 DD 16 0 5 9 A7 34 51
Octal 266 350 335 26 0 5 11 247 64 121
Binary 10110110 11101000 11011101 10110 0 101 1001 10100111 110100 1010001

Color Harmonies of #B6E8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E8DD

Black with #B6E8DD

Text Example


Text Example

White with #B6E8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E8DD; }

 p { color: rgb(182,232,221); }

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

background-color css

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

 a { background-color: rgb(182,232,221); }

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

border-color css

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

 span { border-color: rgb(182,232,221); }

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