#BDCDDC

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

Shades of Spindle #BDCDDC

Tints of Spindle #BDCDDC

Color information

#BDCDDC (or 0xBDCDDC) is unknown color: approx Spindle. HEX triplet: BD, CD and DC. RGB value is (189,205,220). Sum of RGB (Red+Green+Blue) = 189+205+220=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDC is #423223. Grayscale: #C9C9C9. Windows color (decimal): -4338212 or 14470589. OLE color: 14470589.

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

Color convert

RGB189205220-
CMYK0.140.0700.14
HSL209.03º30.69%80.2%-
HSV(B)209.03º14.09%86.27%-
XYZ55.7459.6576.29-
YUV201.93138.2118.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 205 (80.47% from 255) = 33.39%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=30.78%
G=33.39%
B=35.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892052200.140.0700.14209.0330.6980.2
HexBDCDDCE70Ed11f50
Octal27531533416701632137120
Binary10111101110011011101110011101110111011010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDDC; }

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

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

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

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

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

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

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

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