Html Css Color HEX #B6F2E6 Water Leaf

📋 copy color: '#B6F2E6'

red 182 ◦ green 242 ◦ blue 230

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

Shades of Water Leaf #B6F2E6

Tints of Water Leaf #B6F2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37%

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 27.83%
G = 37%
B = 35.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#B6F2E6 (or 0xB6F2E6) is known color: Water Leaf. HEX triplet: B6, F2 and E6. RGB value is (182,242,230). Sum of RGB (Red+Green+Blue) = 182+242+230=654 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.83% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F2E6 is #490D19. Grayscale: #DEDEDE. Windows color (decimal): -4787482 or 15135414. OLE color: 15135414.

HSL color Cylindrical-coordinate representation of color #B6F2E6: hue angle of 168º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2E6 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 242 230 -
CMYK 0.25 0 0.05 0.05
HSL 168º 0.7% 0.83% -
HSV(B) 168º 0.25% 0.95% -
XYZ 65.33 79.16 86.7 -
YUV 222.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 182 242 230 0.25 0 0.05 0.05 168 0.7 0.83
Hex B6 F2 E6 19 0 5 5 A8 46 53
Octal 266 362 346 31 0 5 5 250 106 123
Binary 10110110 11110010 11100110 11001 0 101 101 10101000 1000110 1010011

Color Harmonies of #B6F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F2E6

Black with #B6F2E6

Text Example


Text Example

White with #B6F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F2E6; }

 p { color: rgb(182,242,230); }

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

background-color css

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

 a { background-color: rgb(182,242,230); }

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

border-color css

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

 span { border-color: rgb(182,242,230); }

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