#BDD0DC

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

Shades of Spindle #BDD0DC

Tints of Spindle #BDD0DC

Color information

#BDD0DC (or 0xBDD0DC) is unknown color: approx Spindle. HEX triplet: BD, D0 and DC. RGB value is (189,208,220). Sum of RGB (Red+Green+Blue) = 189+208+220=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0DC is #422F23. Grayscale: #CBCBCB. Windows color (decimal): -4337444 or 14471357. OLE color: 14471357.

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

Color convert

RGB189208220-
CMYK0.140.0500.14
HSL203.23º30.69%80.2%-
HSV(B)203.23º14.09%86.27%-
XYZ56.4661.176.53-
YUV203.69137.21117.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 208 (81.64% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=30.63%
G=33.71%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892082200.140.0500.14203.2330.6980.2
HexBDD0DCE50Ecb1f50
Octal27532033416501631337120
Binary10111101110100001101110011101010111011001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0DC; }

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

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

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

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

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

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

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

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