Html Css Color HEX #B0F1DF Water Leaf

📋 copy color: '#B0F1DF'

red 176 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #B0F1DF

Tints of Water Leaf #B0F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.66%

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

R = 27.5%
G = 37.66%
B = 34.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#B0F1DF (or 0xB0F1DF) is known color: Water Leaf. HEX triplet: B0, F1 and DF. RGB value is (176,241,223). Sum of RGB (Red+Green+Blue) = 176+241+223=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1DF is #4F0E20. Grayscale: #DBDBDB. Windows color (decimal): -5180961 or 14676400. OLE color: 14676400.

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

Color convert

RGB 176 241 223 -
CMYK 0.27 0 0.07 0.05
HSL 163.38º 0.7% 0.82% -
HSV(B) 163.38º 0.27% 0.95% -
XYZ 62.68 77.47 81.46 -
YUV 219.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 176 241 223 0.27 0 0.07 0.05 163.38 0.7 0.82
Hex B0 F1 DF 1B 0 7 5 A3 46 52
Octal 260 361 337 33 0 7 5 243 106 122
Binary 10110000 11110001 11011111 11011 0 111 101 10100011 1000110 1010010

Color Harmonies of #B0F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F1DF

Black with #B0F1DF

Text Example


Text Example

White with #B0F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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