Html Css Color HEX #B6EDE4 Water Leaf

📋 copy color: '#B6EDE4'

red 182 ◦ green 237 ◦ blue 228

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

Shades of Water Leaf #B6EDE4

Tints of Water Leaf #B6EDE4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.63%

 BLUE value IS 228 (89.45% from 255) = 35.24%

R = 28.13%
G = 36.63%
B = 35.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#B6EDE4 (or 0xB6EDE4) is known color: Water Leaf. HEX triplet: B6, ED and E4. RGB value is (182,237,228). Sum of RGB (Red+Green+Blue) = 182+237+228=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDE4 is #49121B. Grayscale: #DBDBDB. Windows color (decimal): -4788764 or 15003062. OLE color: 15003062.

HSL color Cylindrical-coordinate representation of color #B6EDE4: hue angle of 170.18º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDE4 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 237 228 -
CMYK 0.23 0 0.04 0.07
HSL 170.18º 0.6% 0.82% -
HSV(B) 170.18º 0.23% 0.93% -
XYZ 63.58 76.11 84.74 -
YUV 219.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 182 237 228 0.23 0 0.04 0.07 170.18 0.6 0.82
Hex B6 ED E4 17 0 4 7 AA 3C 52
Octal 266 355 344 27 0 4 7 252 74 122
Binary 10110110 11101101 11100100 10111 0 100 111 10101010 111100 1010010

Color Harmonies of #B6EDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDE4

Black with #B6EDE4

Text Example


Text Example

White with #B6EDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDE4; }

 p { color: rgb(182,237,228); }

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

background-color css

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

 a { background-color: rgb(182,237,228); }

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

border-color css

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

 span { border-color: rgb(182,237,228); }

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