#B8BDCA

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

Shades of Spindle #B8BDCA

Tints of Spindle #B8BDCA

Color information

#B8BDCA (or 0xB8BDCA) is unknown color: approx Spindle. HEX triplet: B8, BD and CA. RGB value is (184,189,202). Sum of RGB (Red+Green+Blue) = 184+189+202=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCA is #474235. Grayscale: #BCBCBC. Windows color (decimal): -4670006 or 13286840. OLE color: 13286840.

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

Color convert

RGB184189202-
CMYK0.090.0600.21
HSL223.33º14.52%75.69%-
HSV(B)223.33º8.91%79.22%-
XYZ48.6350.8563.13-
YUV188.99135.34124.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=32%
G=32.87%
B=35.13%

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
Decimal1841892020.090.0600.21223.3314.5275.69
HexB8BDCA96015dff4c
Octal27027531211602533717114
Binary10111000101111011100101010011100101011101111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDCA; }

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

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

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

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

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

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

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

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