Html Css Color HEX #B2EDDB Water Leaf

📋 copy color: '#B2EDDB'

red 178 ◦ green 237 ◦ blue 219

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

Shades of Water Leaf #B2EDDB

Tints of Water Leaf #B2EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 219 (85.94% from 255) = 34.54%

R = 28.08%
G = 37.38%
B = 34.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B2EDDB (or 0xB2EDDB) is known color: Water Leaf. HEX triplet: B2, ED and DB. RGB value is (178,237,219). Sum of RGB (Red+Green+Blue) = 178+237+219=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDB is #4D1224. Grayscale: #D9D9D9. Windows color (decimal): -5050917 or 14413234. OLE color: 14413234.

HSL color Cylindrical-coordinate representation of color #B2EDDB: hue angle of 161.69º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDDB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 219 -
CMYK 0.25 0 0.08 0.07
HSL 161.69º 0.62% 0.81% -
HSV(B) 161.69º 0.25% 0.93% -
XYZ 61.43 75.15 78.29 -
YUV 217.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 178 237 219 0.25 0 0.08 0.07 161.69 0.62 0.81
Hex B2 ED DB 19 0 8 7 A2 3E 51
Octal 262 355 333 31 0 10 7 242 76 121
Binary 10110010 11101101 11011011 11001 0 1000 111 10100010 111110 1010001

Color Harmonies of #B2EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDDB

Black with #B2EDDB

Text Example


Text Example

White with #B2EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDDB; }

 p { color: rgb(178,237,219); }

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

background-color css

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

 a { background-color: rgb(178,237,219); }

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

border-color css

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

 span { border-color: rgb(178,237,219); }

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