Html Css Color HEX #B6EADB Water Leaf

📋 copy color: '#B6EADB'

red 182 ◦ green 234 ◦ blue 219

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

Shades of Water Leaf #B6EADB

Tints of Water Leaf #B6EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.49%

R = 28.66%
G = 36.85%
B = 34.49%

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

#B6EADB (or 0xB6EADB) is known color: Water Leaf. HEX triplet: B6, EA and DB. RGB value is (182,234,219). Sum of RGB (Red+Green+Blue) = 182+234+219=635 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.66% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #B6EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EADB is #491524. Grayscale: #D8D8D8. Windows color (decimal): -4789541 or 14412470. OLE color: 14412470.

HSL color Cylindrical-coordinate representation of color #B6EADB: hue angle of 162.69º 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 #B6EADB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 234 219 -
CMYK 0.22 0 0.06 0.08
HSL 162.69º 0.55% 0.82% -
HSV(B) 162.69º 0.22% 0.92% -
XYZ 61.5 73.91 78.04 -
YUV 216.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 182 234 219 0.22 0 0.06 0.08 162.69 0.55 0.82
Hex B6 EA DB 16 0 6 8 A3 37 52
Octal 266 352 333 26 0 6 10 243 67 122
Binary 10110110 11101010 11011011 10110 0 110 1000 10100011 110111 1010010

Color Harmonies of #B6EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EADB

Black with #B6EADB

Text Example


Text Example

White with #B6EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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