#BDCCDC

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

Shades of Spindle #BDCCDC

Tints of Spindle #BDCCDC

Color information

#BDCCDC (or 0xBDCCDC) is unknown color: approx Spindle. HEX triplet: BD, CC and DC. RGB value is (189,204,220). Sum of RGB (Red+Green+Blue) = 189+204+220=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCDC is #423323. Grayscale: #C9C9C9. Windows color (decimal): -4338468 or 14470333. OLE color: 14470333.

HSL color Cylindrical-coordinate representation of color #BDCCDC: hue angle of 210.97º 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 #BDCCDC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189204220-
CMYK0.140.0700.14
HSL210.97º30.69%80.2%-
HSV(B)210.97º14.09%86.27%-
XYZ55.559.1776.21-
YUV201.34138.53119.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=30.83%
G=33.28%
B=35.89%

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
Decimal1892042200.140.0700.14210.9730.6980.2
HexBDCCDCE70Ed31f50
Octal27531433416701632337120
Binary10111101110011001101110011101110111011010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCDC; }

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

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

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

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

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

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

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

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