#BDCFDC

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

Shades of Spindle #BDCFDC

Tints of Spindle #BDCFDC

Color information

#BDCFDC (or 0xBDCFDC) is unknown color: approx Spindle. HEX triplet: BD, CF and DC. RGB value is (189,207,220). Sum of RGB (Red+Green+Blue) = 189+207+220=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDC is #423023. Grayscale: #CBCBCB. Windows color (decimal): -4337700 or 14471101. OLE color: 14471101.

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

Color convert

RGB189207220-
CMYK0.140.0600.14
HSL205.16º30.69%80.2%-
HSV(B)205.16º14.09%86.27%-
XYZ56.2260.6176.45-
YUV203.1137.54117.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 207 (81.25% from 255) = 33.60%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=30.68%
G=33.60%
B=35.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892072200.140.0600.14205.1630.6980.2
HexBDCFDCE60Ecd1f50
Octal27531733416601631537120
Binary10111101110011111101110011101100111011001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFDC; }

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

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

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

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

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

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

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

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