#B0BBCA

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

Shades of Spindle #B0BBCA

Tints of Spindle #B0BBCA

Color information

#B0BBCA (or 0xB0BBCA) is unknown color: approx Spindle. HEX triplet: B0, BB and CA. RGB value is (176,187,202). Sum of RGB (Red+Green+Blue) = 176+187+202=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCA is #4F4435. Grayscale: #B9B9B9. Windows color (decimal): -5194806 or 13286320. OLE color: 13286320.

HSL color Cylindrical-coordinate representation of color #B0BBCA: hue angle of 214.62º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0BBCA is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176187202-
CMYK0.130.0700.21
HSL214.62º19.7%74.12%-
HSV(B)214.62º12.87%79.22%-
XYZ46.3449.0462.9-
YUV185.42137.36121.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=31.15%
G=33.10%
B=35.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761872020.130.0700.21214.6219.774.12
HexB0BBCAD7015d7144a
Octal26027331215702532724112
Binary101100001011101111001010110111101010111010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBCA; }

 p { color: rgb(176,187,202); }

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

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

 a { background-color: rgb(176,187,202); }

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

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

 span { border-color: rgb(176,187,202); }

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