Html Css Color HEX #B6EDE1 Water Leaf

📋 copy color: '#B6EDE1'

red 182 ◦ green 237 ◦ blue 225

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

Shades of Water Leaf #B6EDE1

Tints of Water Leaf #B6EDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.94%

R = 28.26%
G = 36.8%
B = 34.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#B6EDE1 (or 0xB6EDE1) is known color: Water Leaf. HEX triplet: B6, ED and E1. RGB value is (182,237,225). Sum of RGB (Red+Green+Blue) = 182+237+225=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDE1 is #49121E. Grayscale: #DBDBDB. Windows color (decimal): -4788767 or 14806454. OLE color: 14806454.

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

Color convert

RGB 182 237 225 -
CMYK 0.23 0 0.05 0.07
HSL 166.91º 0.6% 0.82% -
HSV(B) 166.91º 0.23% 0.93% -
XYZ 63.17 75.95 82.56 -
YUV 219.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 182 237 225 0.23 0 0.05 0.07 166.91 0.6 0.82
Hex B6 ED E1 17 0 5 7 A7 3C 52
Octal 266 355 341 27 0 5 7 247 74 122
Binary 10110110 11101101 11100001 10111 0 101 111 10100111 111100 1010010

Color Harmonies of #B6EDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EDE1

Black with #B6EDE1

Text Example


Text Example

White with #B6EDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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