Html Css Color HEX #B2EBDA Water Leaf

📋 copy color: '#B2EBDA'

red 178 ◦ green 235 ◦ blue 218

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

Shades of Water Leaf #B2EBDA

Tints of Water Leaf #B2EBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 28.21%
G = 37.24%
B = 34.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#B2EBDA (or 0xB2EBDA) is known color: Water Leaf. HEX triplet: B2, EB and DA. RGB value is (178,235,218). Sum of RGB (Red+Green+Blue) = 178+235+218=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBDA is #4D1425. Grayscale: #D8D8D8. Windows color (decimal): -5051430 or 14347186. OLE color: 14347186.

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

Color convert

RGB 178 235 218 -
CMYK 0.24 0 0.07 0.08
HSL 162.11º 0.59% 0.81% -
HSV(B) 162.11º 0.24% 0.92% -
XYZ 60.72 73.94 77.4 -
YUV 216.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 178 235 218 0.24 0 0.07 0.08 162.11 0.59 0.81
Hex B2 EB DA 18 0 7 8 A2 3B 51
Octal 262 353 332 30 0 7 10 242 73 121
Binary 10110010 11101011 11011010 11000 0 111 1000 10100010 111011 1010001

Color Harmonies of #B2EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBDA

Black with #B2EBDA

Text Example


Text Example

White with #B2EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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