Html Css Color HEX #B6EADD Water Leaf

📋 copy color: '#B6EADD'

red 182 ◦ green 234 ◦ blue 221

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

Shades of Water Leaf #B6EADD

Tints of Water Leaf #B6EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.73%

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

R = 28.57%
G = 36.73%
B = 34.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B6EADD (or 0xB6EADD) is known color: Water Leaf. HEX triplet: B6, EA and DD. RGB value is (182,234,221). Sum of RGB (Red+Green+Blue) = 182+234+221=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EADD is #491522. Grayscale: #D8D8D8. Windows color (decimal): -4789539 or 14543542. OLE color: 14543542.

HSL color Cylindrical-coordinate representation of color #B6EADD: hue angle of 165º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6EADD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 234 221 -
CMYK 0.22 0 0.06 0.08
HSL 165º 0.55% 0.82% -
HSV(B) 165º 0.22% 0.92% -
XYZ 61.77 74.01 79.44 -
YUV 216.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 182 234 221 0.22 0 0.06 0.08 165 0.55 0.82
Hex B6 EA DD 16 0 6 8 A5 37 52
Octal 266 352 335 26 0 6 10 245 67 122
Binary 10110110 11101010 11011101 10110 0 110 1000 10100101 110111 1010010

Color Harmonies of #B6EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EADD

Black with #B6EADD

Text Example


Text Example

White with #B6EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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