#BDCDDE

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

Shades of Spindle #BDCDDE

Tints of Spindle #BDCDDE

Color information

#BDCDDE (or 0xBDCDDE) is unknown color: approx Spindle. HEX triplet: BD, CD and DE. RGB value is (189,205,222). Sum of RGB (Red+Green+Blue) = 189+205+222=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDE is #423221. Grayscale: #CACACA. Windows color (decimal): -4338210 or 14601661. OLE color: 14601661.

HSL color Cylindrical-coordinate representation of color #BDCDDE: hue angle of 210.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCDDE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189205222-
CMYK0.150.0800.13
HSL210.91º33.33%80.59%-
HSV(B)210.91º14.86%87.06%-
XYZ5659.7677.69-
YUV202.15139.2118.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=30.68%
G=33.28%
B=36.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892052220.150.0800.13210.9133.3380.59
HexBDCDDEF80Dd32151
Octal275315336171001532341121
Binary1011110111001101110111101111100001101110100111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDDE; }

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

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

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

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

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

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

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

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