#B7BDCA

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

Shades of Spindle #B7BDCA

Tints of Spindle #B7BDCA

Color information

#B7BDCA (or 0xB7BDCA) is unknown color: approx Spindle. HEX triplet: B7, BD and CA. RGB value is (183,189,202). Sum of RGB (Red+Green+Blue) = 183+189+202=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDCA is #484235. Grayscale: #BCBCBC. Windows color (decimal): -4735542 or 13286839. OLE color: 13286839.

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

Color convert

RGB183189202-
CMYK0.090.0600.21
HSL221.05º15.2%75.49%-
HSV(B)221.05º9.41%79.22%-
XYZ48.3950.7363.12-
YUV188.69135.51123.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=31.88%
G=32.93%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1831892020.090.0600.21221.0515.275.49
HexB7BDCA96015ddf4b
Octal26727531211602533517113
Binary10110111101111011100101010011100101011101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDCA; }

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

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

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

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

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

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

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

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