#BDCFDF

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

Shades of Spindle #BDCFDF

Tints of Spindle #BDCFDF

Color information

#BDCFDF (or 0xBDCFDF) is unknown color: approx Spindle. HEX triplet: BD, CF and DF. RGB value is (189,207,223). Sum of RGB (Red+Green+Blue) = 189+207+223=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDCFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFDF is #423020. Grayscale: #CBCBCB. Windows color (decimal): -4337697 or 14667709. OLE color: 14667709.

HSL color Cylindrical-coordinate representation of color #BDCFDF: hue angle of 208.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDCFDF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189207223-
CMYK0.150.0700.13
HSL208.24º34.69%80.78%-
HSV(B)208.24º15.25%87.45%-
XYZ56.6260.7778.56-
YUV203.44139.04117.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=30.53%
G=33.44%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892072230.150.0700.13208.2434.6980.78
HexBDCFDFF70Dd02351
Octal27531733717701532043121
Binary101111011100111111011111111111101101110100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFDF; }

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

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

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

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

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

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

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

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