#BDCDD7

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

Shades of Spindle #BDCDD7

Tints of Spindle #BDCDD7

Color information

#BDCDD7 (or 0xBDCDD7) is unknown color: approx Spindle. HEX triplet: BD, CD and D7. RGB value is (189,205,215). Sum of RGB (Red+Green+Blue) = 189+205+215=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD7 is #423228. Grayscale: #C9C9C9. Windows color (decimal): -4338217 or 14142909. OLE color: 14142909.

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

Color convert

RGB189205215-
CMYK0.120.0500.16
HSL203.08º24.53%79.22%-
HSV(B)203.08º12.09%84.31%-
XYZ55.0859.3972.85-
YUV201.36135.7119.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=31.03%
G=33.66%
B=35.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892052150.120.0500.16203.0824.5379.22
HexBDCDD7C5010cb194f
Octal27531532714502031331117
Binary101111011100110111010111110010101000011001011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD7; }

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

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

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

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

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

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

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

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