Html Css Color HEX #B0F0DF Water Leaf

📋 copy color: '#B0F0DF'

red 176 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #B0F0DF

Tints of Water Leaf #B0F0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.56%

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 27.54%
G = 37.56%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#B0F0DF (or 0xB0F0DF) is known color: Water Leaf. HEX triplet: B0, F0 and DF. RGB value is (176,240,223). Sum of RGB (Red+Green+Blue) = 176+240+223=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0DF is #4F0F20. Grayscale: #DADADA. Windows color (decimal): -5181217 or 14676144. OLE color: 14676144.

HSL color Cylindrical-coordinate representation of color #B0F0DF: hue angle of 164.06º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0DF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 223 -
CMYK 0.27 0 0.07 0.06
HSL 164.06º 0.68% 0.82% -
HSV(B) 164.06º 0.27% 0.94% -
XYZ 62.38 76.88 81.36 -
YUV 218.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 176 240 223 0.27 0 0.07 0.06 164.06 0.68 0.82
Hex B0 F0 DF 1B 0 7 6 A4 44 52
Octal 260 360 337 33 0 7 6 244 104 122
Binary 10110000 11110000 11011111 11011 0 111 110 10100100 1000100 1010010

Color Harmonies of #B0F0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F0DF

Black with #B0F0DF

Text Example


Text Example

White with #B0F0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F0DF; }

 p { color: rgb(176,240,223); }

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

background-color css

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

 a { background-color: rgb(176,240,223); }

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

border-color css

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

 span { border-color: rgb(176,240,223); }

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