Html Css Color HEX #B2EBE4 Water Leaf

📋 copy color: '#B2EBE4'

red 178 ◦ green 235 ◦ blue 228

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

Shades of Water Leaf #B2EBE4

Tints of Water Leaf #B2EBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 27.77%
G = 36.66%
B = 35.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#B2EBE4 (or 0xB2EBE4) is known color: Water Leaf. HEX triplet: B2, EB and E4. RGB value is (178,235,228). Sum of RGB (Red+Green+Blue) = 178+235+228=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBE4 is #4D141B. Grayscale: #D9D9D9. Windows color (decimal): -5051420 or 15002546. OLE color: 15002546.

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

Color convert

RGB 178 235 228 -
CMYK 0.24 0 0.03 0.08
HSL 172.63º 0.59% 0.81% -
HSV(B) 172.63º 0.24% 0.92% -
XYZ 62.07 74.48 84.5 -
YUV 217.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 178 235 228 0.24 0 0.03 0.08 172.63 0.59 0.81
Hex B2 EB E4 18 0 3 8 AD 3B 51
Octal 262 353 344 30 0 3 10 255 73 121
Binary 10110010 11101011 11100100 11000 0 11 1000 10101101 111011 1010001

Color Harmonies of #B2EBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBE4

Black with #B2EBE4

Text Example


Text Example

White with #B2EBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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