#BDCDDD

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

Shades of Spindle #BDCDDD

Tints of Spindle #BDCDDD

Color information

#BDCDDD (or 0xBDCDDD) is unknown color: approx Spindle. HEX triplet: BD, CD and DD. RGB value is (189,205,221). Sum of RGB (Red+Green+Blue) = 189+205+221=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDD is #423222. Grayscale: #C9C9C9. Windows color (decimal): -4338211 or 14536125. OLE color: 14536125.

HSL color Cylindrical-coordinate representation of color #BDCDDD: hue angle of 210º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCDDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189205221-
CMYK0.140.0700.13
HSL210º32%80.39%-
HSV(B)210º14.48%86.67%-
XYZ55.8759.776.99-
YUV202.04138.7118.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 205 (80.47% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 35.93%
R=30.73%
G=33.33%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892052210.140.0700.132103280.39
HexBDCDDDE70Dd22050
Octal27531533516701532240120
Binary101111011100110111011101111011101101110100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDDD; }

 p { color: rgb(189,205,221); }

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

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

 a { background-color: rgb(189,205,221); }

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

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

 span { border-color: rgb(189,205,221); }

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