#B0BECD

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

Shades of Spindle #B0BECD

Tints of Spindle #B0BECD

Color information

#B0BECD (or 0xB0BECD) is unknown color: approx Spindle. HEX triplet: B0, BE and CD. RGB value is (176,190,205). Sum of RGB (Red+Green+Blue) = 176+190+205=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BECD is #4F4132. Grayscale: #BBBBBB. Windows color (decimal): -5194035 or 13483696. OLE color: 13483696.

HSL color Cylindrical-coordinate representation of color #B0BECD: hue angle of 211.03º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BECD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176190205-
CMYK0.140.0700.20
HSL211.03º22.48%74.71%-
HSV(B)211.03º14.15%80.39%-
XYZ47.3450.4665-
YUV187.52137.86119.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=30.82%
G=33.27%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761902050.140.0700.20211.0322.4874.71
HexB0BECDE7014d3164b
Octal26027631516702432326113
Binary101100001011111011001101111011101010011010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BECD; }

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

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

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

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

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

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

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

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