#B0BDCA

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

Shades of Spindle #B0BDCA

Tints of Spindle #B0BDCA

Color information

#B0BDCA (or 0xB0BDCA) is unknown color: approx Spindle. HEX triplet: B0, BD and CA. RGB value is (176,189,202). Sum of RGB (Red+Green+Blue) = 176+189+202=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDCA is #4F4235. Grayscale: #BABABA. Windows color (decimal): -5194294 or 13286832. OLE color: 13286832.

HSL color Cylindrical-coordinate representation of color #B0BDCA: hue angle of 210º 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 #B0BDCA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176189202-
CMYK0.130.0600.21
HSL210º19.7%74.12%-
HSV(B)210º12.87%79.22%-
XYZ46.7649.8963.04-
YUV186.6136.69120.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.04%
GREEN value IS 189 (74.22% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=31.04%
G=33.33%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761892020.130.0600.2121019.774.12
HexB0BDCAD6015d2144a
Octal26027531215602532224112
Binary101100001011110111001010110111001010111010010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDCA; }

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

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

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

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

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

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

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

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