Html Css Color HEX #B2EBDC Water Leaf

📋 copy color: '#B2EBDC'

red 178 ◦ green 235 ◦ blue 220

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

Shades of Water Leaf #B2EBDC

Tints of Water Leaf #B2EBDC

RGB

 RED value IS 178 (69.92% from 255) = 28.12%

 GREEN value IS 235 (92.19% from 255) = 37.12%

 BLUE value IS 220 (86.33% from 255) = 34.76%

R = 28.12%
G = 37.12%
B = 34.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#B2EBDC (or 0xB2EBDC) is known color: Water Leaf. HEX triplet: B2, EB and DC. RGB value is (178,235,220). Sum of RGB (Red+Green+Blue) = 178+235+220=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBDC is #4D1423. Grayscale: #D8D8D8. Windows color (decimal): -5051428 or 14478258. OLE color: 14478258.

HSL color Cylindrical-coordinate representation of color #B2EBDC: hue angle of 164.21º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBDC is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 220 -
CMYK 0.24 0 0.06 0.08
HSL 164.21º 0.59% 0.81% -
HSV(B) 164.21º 0.24% 0.92% -
XYZ 60.99 74.05 78.79 -
YUV 216.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 178 235 220 0.24 0 0.06 0.08 164.21 0.59 0.81
Hex B2 EB DC 18 0 6 8 A4 3B 51
Octal 262 353 334 30 0 6 10 244 73 121
Binary 10110010 11101011 11011100 11000 0 110 1000 10100100 111011 1010001

Color Harmonies of #B2EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBDC

Black with #B2EBDC

Text Example


Text Example

White with #B2EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBDC; }

 p { color: rgb(178,235,220); }

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

background-color css

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

 a { background-color: rgb(178,235,220); }

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

border-color css

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

 span { border-color: rgb(178,235,220); }

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