#BDCDD8

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

Shades of Spindle #BDCDD8

Tints of Spindle #BDCDD8

Color information

#BDCDD8 (or 0xBDCDD8) is unknown color: approx Spindle. HEX triplet: BD, CD and D8. RGB value is (189,205,216). Sum of RGB (Red+Green+Blue) = 189+205+216=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD8 is #423227. Grayscale: #C9C9C9. Windows color (decimal): -4338216 or 14208445. OLE color: 14208445.

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

Color convert

RGB189205216-
CMYK0.120.0500.15
HSL204.44º25.71%79.41%-
HSV(B)204.44º12.5%84.71%-
XYZ55.2159.4473.53-
YUV201.47136.2119.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=30.98%
G=33.61%
B=35.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892052160.120.0500.15204.4425.7179.41
HexBDCDD8C50Fcc1a4f
Octal27531533014501731432117
Binary10111101110011011101100011001010111111001100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDD8; }

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

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

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

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

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

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

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

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