#B8BDCB

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

Shades of Spindle #B8BDCB

Tints of Spindle #B8BDCB

Color information

#B8BDCB (or 0xB8BDCB) is unknown color: approx Spindle. HEX triplet: B8, BD and CB. RGB value is (184,189,203). Sum of RGB (Red+Green+Blue) = 184+189+203=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCB is #474234. Grayscale: #BDBDBD. Windows color (decimal): -4670005 or 13352376. OLE color: 13352376.

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

Color convert

RGB184189203-
CMYK0.090.0700.20
HSL224.21º15.45%75.88%-
HSV(B)224.21º9.36%79.61%-
XYZ48.7450.963.75-
YUV189.1135.84124.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.94%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=31.94%
G=32.81%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841892030.090.0700.20224.2115.4575.88
HexB8BDCB97014e0f4c
Octal27027531311702434017114
Binary10111000101111011100101110011110101001110000011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDCB; }

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

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

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

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

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

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

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

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