#B2BDCA

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

Shades of Spindle #B2BDCA

Tints of Spindle #B2BDCA

Color information

#B2BDCA (or 0xB2BDCA) is unknown color: approx Spindle. HEX triplet: B2, BD and CA. RGB value is (178,189,202). Sum of RGB (Red+Green+Blue) = 178+189+202=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDCA is #4D4235. Grayscale: #BBBBBB. Windows color (decimal): -5063222 or 13286834. OLE color: 13286834.

HSL color Cylindrical-coordinate representation of color #B2BDCA: hue angle of 212.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BDCA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178189202-
CMYK0.120.0600.21
HSL212.5º18.46%74.51%-
HSV(B)212.5º11.88%79.22%-
XYZ47.2250.1263.06-
YUV187.19136.36121.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=31.28%
G=33.22%
B=35.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781892020.120.0600.21212.518.4674.51
HexB2BDCAC6015d4124b
Octal26227531214602532422113
Binary101100101011110111001010110011001010111010100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BDCA; }

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

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

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

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

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

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

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

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