#B1BDCA

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

Shades of Spindle #B1BDCA

Tints of Spindle #B1BDCA

Color information

#B1BDCA (or 0xB1BDCA) is unknown color: approx Spindle. HEX triplet: B1, BD and CA. RGB value is (177,189,202). Sum of RGB (Red+Green+Blue) = 177+189+202=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDCA is #4E4235. Grayscale: #BABABA. Windows color (decimal): -5128758 or 13286833. OLE color: 13286833.

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

Color convert

RGB177189202-
CMYK0.120.0600.21
HSL211.2º19.08%74.31%-
HSV(B)211.2º12.38%79.22%-
XYZ46.9950.0163.05-
YUV186.89136.52120.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=31.16%
G=33.27%
B=35.56%

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
Decimal1771892020.120.0600.21211.219.0874.31
HexB1BDCAC6015d3134a
Octal26127531214602532323112
Binary101100011011110111001010110011001010111010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BDCA; }

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

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

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

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

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

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

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

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