Html Css Color HEX #B0F2DE Water Leaf

📋 copy color: '#B0F2DE'

red 176 ◦ green 242 ◦ blue 222

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

Shades of Water Leaf #B0F2DE

Tints of Water Leaf #B0F2DE

RGB

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

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

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

R = 27.5%
G = 37.81%
B = 34.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#B0F2DE (or 0xB0F2DE) is known color: Water Leaf. HEX triplet: B0, F2 and DE. RGB value is (176,242,222). Sum of RGB (Red+Green+Blue) = 176+242+222=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F2DE is #4F0D21. Grayscale: #DCDCDC. Windows color (decimal): -5180706 or 14611120. OLE color: 14611120.

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

Color convert

RGB 176 242 222 -
CMYK 0.27 0 0.08 0.05
HSL 161.82º 0.72% 0.82% -
HSV(B) 161.82º 0.27% 0.95% -
XYZ 62.84 78.01 80.85 -
YUV 219.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 176 242 222 0.27 0 0.08 0.05 161.82 0.72 0.82
Hex B0 F2 DE 1B 0 8 5 A2 48 52
Octal 260 362 336 33 0 10 5 242 110 122
Binary 10110000 11110010 11011110 11011 0 1000 101 10100010 1001000 1010010

Color Harmonies of #B0F2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F2DE

Black with #B0F2DE

Text Example


Text Example

White with #B0F2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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