#B0BECF

Color #B0BECF Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B0BECF

Tints of Spindle #B0BECF

Color information

#B0BECF (or 0xB0BECF) is unknown color: approx Spindle. HEX triplet: B0, BE and CF. RGB value is (176,190,207). Sum of RGB (Red+Green+Blue) = 176+190+207=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0BECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BECF is #4F4130. Grayscale: #BBBBBB. Windows color (decimal): -5194033 or 13614768. OLE color: 13614768.

HSL color Cylindrical-coordinate representation of color #B0BECF: hue angle of 212.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BECF is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176190207-
CMYK0.150.0800.19
HSL212.9º24.41%75.1%-
HSV(B)212.9º14.98%81.18%-
XYZ47.5850.5666.28-
YUV187.75138.86119.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.72%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=30.72%
G=33.16%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761902070.150.0800.19212.924.4175.1
HexB0BECFF8013d5184b
Octal260276317171002332530113
Binary1011000010111110110011111111100001001111010101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BECF; }

 p { color: rgb(176,190,207); }

 H1.HeaderClassName
 {
   color: #B0BECF;
 }
 .AnyTagClassName
 {
   color: #B0BECF;
 }
</style>
background-color css

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

 a { background-color: rgb(176,190,207); }

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

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

 span { border-color: rgb(176,190,207); }

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