#BFCCD5

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

Shades of Spindle #BFCCD5

Tints of Spindle #BFCCD5

Color information

#BFCCD5 (or 0xBFCCD5) is unknown color: approx Spindle. HEX triplet: BF, CC and D5. RGB value is (191,204,213). Sum of RGB (Red+Green+Blue) = 191+204+213=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCD5 is #40332A. Grayscale: #C9C9C9. Windows color (decimal): -4207403 or 14011583. OLE color: 14011583.

HSL color Cylindrical-coordinate representation of color #BFCCD5: hue angle of 204.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCCD5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191204213-
CMYK0.100.0400.16
HSL204.55º20.75%79.22%-
HSV(B)204.55º10.33%83.53%-
XYZ55.0959.0771.45-
YUV201.14134.69120.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 204 (80.08% from 255) = 33.55%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=31.41%
G=33.55%
B=35.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912042130.100.0400.16204.5520.7579.22
HexBFCCD5A4010cd154f
Octal27731432512402031525117
Binary101111111100110011010101101010001000011001101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCD5; }

 p { color: rgb(191,204,213); }

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

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

 a { background-color: rgb(191,204,213); }

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

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

 span { border-color: rgb(191,204,213); }

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