Html Css Color HEX #B0F2DC Water Leaf

📋 copy color: '#B0F2DC'

red 176 ◦ green 242 ◦ blue 220

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

Shades of Water Leaf #B0F2DC

Tints of Water Leaf #B0F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 220 (86.33% from 255) = 34.48%

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#B0F2DC (or 0xB0F2DC) is known color: Water Leaf. HEX triplet: B0, F2 and DC. RGB value is (176,242,220). Sum of RGB (Red+Green+Blue) = 176+242+220=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2DC is #4F0D23. Grayscale: #DBDBDB. Windows color (decimal): -5180708 or 14480048. OLE color: 14480048.

HSL color Cylindrical-coordinate representation of color #B0F2DC: hue angle of 160º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F2DC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 242 220 -
CMYK 0.27 0 0.09 0.05
HSL 160º 0.72% 0.82% -
HSV(B) 160º 0.27% 0.95% -
XYZ 62.57 77.9 79.45 -
YUV 219.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 176 242 220 0.27 0 0.09 0.05 160 0.72 0.82
Hex B0 F2 DC 1B 0 9 5 A0 48 52
Octal 260 362 334 33 0 11 5 240 110 122
Binary 10110000 11110010 11011100 11011 0 1001 101 10100000 1001000 1010010

Color Harmonies of #B0F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2DC

Black with #B0F2DC

Text Example


Text Example

White with #B0F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2DC; }

 p { color: rgb(176,242,220); }

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

background-color css

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

 a { background-color: rgb(176,242,220); }

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

border-color css

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

 span { border-color: rgb(176,242,220); }

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