Html Css Color HEX #B0EEDB Water Leaf

📋 copy color: '#B0EEDB'

red 176 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #B0EEDB

Tints of Water Leaf #B0EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.6%

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

R = 27.8%
G = 37.6%
B = 34.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#B0EEDB (or 0xB0EEDB) is known color: Water Leaf. HEX triplet: B0, EE and DB. RGB value is (176,238,219). Sum of RGB (Red+Green+Blue) = 176+238+219=633 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.80% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EEDB is #4F1124. Grayscale: #D9D9D9. Windows color (decimal): -5181733 or 14413488. OLE color: 14413488.

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

Color convert

RGB 176 238 219 -
CMYK 0.26 0 0.08 0.07
HSL 161.61º 0.65% 0.81% -
HSV(B) 161.61º 0.26% 0.93% -
XYZ 61.27 75.49 78.36 -
YUV 217.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 176 238 219 0.26 0 0.08 0.07 161.61 0.65 0.81
Hex B0 EE DB 1A 0 8 7 A2 41 51
Octal 260 356 333 32 0 10 7 242 101 121
Binary 10110000 11101110 11011011 11010 0 1000 111 10100010 1000001 1010001

Color Harmonies of #B0EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EEDB

Black with #B0EEDB

Text Example


Text Example

White with #B0EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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