Html Css Color HEX #B0EFDE Water Leaf

📋 copy color: '#B0EFDE'

red 176 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #B0EFDE

Tints of Water Leaf #B0EFDE

RGB

 RED value IS 176 (69.14% from 255) = 27.63%

 GREEN value IS 239 (93.75% from 255) = 37.52%

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

R = 27.63%
G = 37.52%
B = 34.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B0EFDE (or 0xB0EFDE) is known color: Water Leaf. HEX triplet: B0, EF and DE. RGB value is (176,239,222). Sum of RGB (Red+Green+Blue) = 176+239+222=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDE is #4F1021. Grayscale: #DADADA. Windows color (decimal): -5181474 or 14610352. OLE color: 14610352.

HSL color Cylindrical-coordinate representation of color #B0EFDE: hue angle of 163.81º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFDE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 222 -
CMYK 0.26 0 0.07 0.06
HSL 163.81º 0.66% 0.81% -
HSV(B) 163.81º 0.26% 0.94% -
XYZ 61.96 76.24 80.56 -
YUV 218.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 176 239 222 0.26 0 0.07 0.06 163.81 0.66 0.81
Hex B0 EF DE 1A 0 7 6 A4 42 51
Octal 260 357 336 32 0 7 6 244 102 121
Binary 10110000 11101111 11011110 11010 0 111 110 10100100 1000010 1010001

Color Harmonies of #B0EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFDE

Black with #B0EFDE

Text Example


Text Example

White with #B0EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFDE; }

 p { color: rgb(176,239,222); }

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

background-color css

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

 a { background-color: rgb(176,239,222); }

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

border-color css

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

 span { border-color: rgb(176,239,222); }

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