#B8BDCF

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

Shades of Spindle #B8BDCF

Tints of Spindle #B8BDCF

Color information

#B8BDCF (or 0xB8BDCF) is unknown color: approx Spindle. HEX triplet: B8, BD and CF. RGB value is (184,189,207). Sum of RGB (Red+Green+Blue) = 184+189+207=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCF is #474230. Grayscale: #BDBDBD. Windows color (decimal): -4670001 or 13614520. OLE color: 13614520.

HSL color Cylindrical-coordinate representation of color #B8BDCF: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8BDCF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184189207-
CMYK0.110.0900.19
HSL226.96º19.33%76.67%-
HSV(B)226.96º11.11%81.18%-
XYZ49.2351.0966.3-
YUV189.56137.84124.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.72%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=31.72%
G=32.59%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841892070.110.0900.19226.9619.3376.67
HexB8BDCFB9013e3134d
Octal270275317131102334323115
Binary1011100010111101110011111011100101001111100011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDCF; }

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

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

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

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

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

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

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

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