#BDCBD1

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

Shades of Spindle #BDCBD1

Tints of Spindle #BDCBD1

Color information

#BDCBD1 (or 0xBDCBD1) is unknown color: approx Spindle. HEX triplet: BD, CB and D1. RGB value is (189,203,209). Sum of RGB (Red+Green+Blue) = 189+203+209=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD1 is #42342E. Grayscale: #C7C7C7. Windows color (decimal): -4338735 or 13749181. OLE color: 13749181.

HSL color Cylindrical-coordinate representation of color #BDCBD1: hue angle of 198º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCBD1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189203209-
CMYK0.100.0300.18
HSL198º17.86%78.04%-
HSV(B)198º9.57%81.96%-
XYZ53.8558.1368.7-
YUV199.5133.36120.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.45%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=31.45%
G=33.78%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892032090.100.0300.1819817.8678.04
HexBDCBD1A3012c6124e
Octal27531332112302230622116
Binary10111101110010111101000110101101001011000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBD1; }

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

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

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

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

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

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

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

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