Html Css Color HEX #B0EBDB Water Leaf

📋 copy color: '#B0EBDB'

red 176 ◦ green 235 ◦ blue 219

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

Shades of Water Leaf #B0EBDB

Tints of Water Leaf #B0EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.3%

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

R = 27.94%
G = 37.3%
B = 34.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#B0EBDB (or 0xB0EBDB) is known color: Water Leaf. HEX triplet: B0, EB and DB. RGB value is (176,235,219). Sum of RGB (Red+Green+Blue) = 176+235+219=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBDB is #4F1424. Grayscale: #D7D7D7. Windows color (decimal): -5182501 or 14412720. OLE color: 14412720.

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

Color convert

RGB 176 235 219 -
CMYK 0.25 0 0.07 0.08
HSL 163.73º 0.6% 0.81% -
HSV(B) 163.73º 0.25% 0.92% -
XYZ 60.4 73.76 78.07 -
YUV 215.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 176 235 219 0.25 0 0.07 0.08 163.73 0.6 0.81
Hex B0 EB DB 19 0 7 8 A4 3C 51
Octal 260 353 333 31 0 7 10 244 74 121
Binary 10110000 11101011 11011011 11001 0 111 1000 10100100 111100 1010001

Color Harmonies of #B0EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EBDB

Black with #B0EBDB

Text Example


Text Example

White with #B0EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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