Html Css Color HEX #B6F9E2 Water Leaf

📋 copy color: '#B6F9E2'

red 182 ◦ green 249 ◦ blue 226

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

Shades of Water Leaf #B6F9E2

Tints of Water Leaf #B6F9E2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.9%

 BLUE value IS 226 (88.67% from 255) = 34.4%

R = 27.7%
G = 37.9%
B = 34.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#B6F9E2 (or 0xB6F9E2) is known color: Water Leaf. HEX triplet: B6, F9 and E2. RGB value is (182,249,226). Sum of RGB (Red+Green+Blue) = 182+249+226=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9E2 is #49061D. Grayscale: #E2E2E2. Windows color (decimal): -4785694 or 14875062. OLE color: 14875062.

HSL color Cylindrical-coordinate representation of color #B6F9E2: hue angle of 159.4º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9E2 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 249 226 -
CMYK 0.27 0 0.09 0.02
HSL 159.4º 0.85% 0.85% -
HSV(B) 159.4º 0.27% 0.98% -
XYZ 66.89 83.19 84.48 -
YUV 226.35 127.8 96.37 -
System Red Green Blue C M Y K H S L
Decimal 182 249 226 0.27 0 0.09 0.02 159.4 0.85 0.85
Hex B6 F9 E2 1B 0 9 2 9F 55 55
Octal 266 371 342 33 0 11 2 237 125 125
Binary 10110110 11111001 11100010 11011 0 1001 10 10011111 1010101 1010101

Color Harmonies of #B6F9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F9E2

Black with #B6F9E2

Text Example


Text Example

White with #B6F9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F9E2; }

 p { color: rgb(182,249,226); }

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

background-color css

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

 a { background-color: rgb(182,249,226); }

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

border-color css

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

 span { border-color: rgb(182,249,226); }

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