#BBBFC8

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

Shades of Spindle #BBBFC8

Tints of Spindle #BBBFC8

Color information

#BBBFC8 (or 0xBBBFC8) is unknown color: approx Spindle. HEX triplet: BB, BF and C8. RGB value is (187,191,200). Sum of RGB (Red+Green+Blue) = 187+191+200=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFC8 is #444037. Grayscale: #BEBEBE. Windows color (decimal): -4472888 or 13156283. OLE color: 13156283.

HSL color Cylindrical-coordinate representation of color #BBBFC8: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBFC8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187191200-
CMYK0.060.0400.22
HSL221.54º10.57%75.88%-
HSV(B)221.54º6.5%78.43%-
XYZ49.555262.07-
YUV190.83133.17125.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=32.35%
G=33.04%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871912000.060.0400.22221.5410.5775.88
HexBBBFC864016deb4c
Octal2732773106402633613114
Binary1011101110111111110010001101000101101101111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFC8; }

 p { color: rgb(187,191,200); }

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

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

 a { background-color: rgb(187,191,200); }

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

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

 span { border-color: rgb(187,191,200); }

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