#BDCFDD

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

Shades of Spindle #BDCFDD

Tints of Spindle #BDCFDD

Color information

#BDCFDD (or 0xBDCFDD) is unknown color: approx Spindle. HEX triplet: BD, CF and DD. RGB value is (189,207,221). Sum of RGB (Red+Green+Blue) = 189+207+221=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDD is #423022. Grayscale: #CBCBCB. Windows color (decimal): -4337699 or 14536637. OLE color: 14536637.

HSL color Cylindrical-coordinate representation of color #BDCFDD: hue angle of 206.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCFDD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189207221-
CMYK0.140.0600.13
HSL206.25º32%80.39%-
HSV(B)206.25º14.48%86.67%-
XYZ56.3560.6677.15-
YUV203.21138.04117.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.63%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=30.63%
G=33.55%
B=35.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892072210.140.0600.13206.253280.39
HexBDCFDDE60Dce2050
Octal27531733516601531640120
Binary101111011100111111011101111011001101110011101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFDD; }

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

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

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

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

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

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

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

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