#BDCDD5

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

Shades of Spindle #BDCDD5

Tints of Spindle #BDCDD5

Color information

#BDCDD5 (or 0xBDCDD5) is unknown color: approx Spindle. HEX triplet: BD, CD and D5. RGB value is (189,205,213). Sum of RGB (Red+Green+Blue) = 189+205+213=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD5 is #42322A. Grayscale: #C9C9C9. Windows color (decimal): -4338219 or 14011837. OLE color: 14011837.

HSL color Cylindrical-coordinate representation of color #BDCDD5: hue angle of 200º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCDD5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189205213-
CMYK0.110.0400.16
HSL200º22.22%78.82%-
HSV(B)200º11.27%83.53%-
XYZ54.8359.2971.5-
YUV201.13134.7119.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=31.14%
G=33.77%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892052130.110.0400.1620022.2278.82
HexBDCDD5B4010c8164f
Octal27531532513402031026117
Binary101111011100110111010101101110001000011001000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD5; }

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

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

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

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

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

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

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

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