Html Css Color HEX #B2EDDE Water Leaf

📋 copy color: '#B2EDDE'

red 178 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #B2EDDE

Tints of Water Leaf #B2EDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 27.94%
G = 37.21%
B = 34.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#B2EDDE (or 0xB2EDDE) is known color: Water Leaf. HEX triplet: B2, ED and DE. RGB value is (178,237,222). Sum of RGB (Red+Green+Blue) = 178+237+222=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDDE is #4D1221. Grayscale: #D9D9D9. Windows color (decimal): -5050914 or 14609842. OLE color: 14609842.

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

Color convert

RGB 178 237 222 -
CMYK 0.25 0 0.06 0.07
HSL 164.75º 0.62% 0.81% -
HSV(B) 164.75º 0.25% 0.93% -
XYZ 61.83 75.31 80.38 -
YUV 217.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 178 237 222 0.25 0 0.06 0.07 164.75 0.62 0.81
Hex B2 ED DE 19 0 6 7 A5 3E 51
Octal 262 355 336 31 0 6 7 245 76 121
Binary 10110010 11101101 11011110 11001 0 110 111 10100101 111110 1010001

Color Harmonies of #B2EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EDDE

Black with #B2EDDE

Text Example


Text Example

White with #B2EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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