Html Css Color HEX #B0EFDB Water Leaf

📋 copy color: '#B0EFDB'

red 176 ◦ green 239 ◦ blue 219

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

Shades of Water Leaf #B0EFDB

Tints of Water Leaf #B0EFDB

RGB

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

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

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

R = 27.76%
G = 37.7%
B = 34.54%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#B0EFDB (or 0xB0EFDB) is known color: Water Leaf. HEX triplet: B0, EF and DB. RGB value is (176,239,219). Sum of RGB (Red+Green+Blue) = 176+239+219=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFDB is #4F1024. Grayscale: #D9D9D9. Windows color (decimal): -5181477 or 14413744. OLE color: 14413744.

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

Color convert

RGB 176 239 219 -
CMYK 0.26 0 0.08 0.06
HSL 160.95º 0.66% 0.81% -
HSV(B) 160.95º 0.26% 0.94% -
XYZ 61.56 76.08 78.46 -
YUV 217.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 176 239 219 0.26 0 0.08 0.06 160.95 0.66 0.81
Hex B0 EF DB 1A 0 8 6 A1 42 51
Octal 260 357 333 32 0 10 6 241 102 121
Binary 10110000 11101111 11011011 11010 0 1000 110 10100001 1000010 1010001

Color Harmonies of #B0EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EFDB

Black with #B0EFDB

Text Example


Text Example

White with #B0EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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