#BBBFCA

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

Shades of Spindle #BBBFCA

Tints of Spindle #BBBFCA

Color information

#BBBFCA (or 0xBBBFCA) is unknown color: approx Spindle. HEX triplet: BB, BF and CA. RGB value is (187,191,202). Sum of RGB (Red+Green+Blue) = 187+191+202=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFCA is #444035. Grayscale: #BFBFBF. Windows color (decimal): -4472886 or 13287355. OLE color: 13287355.

HSL color Cylindrical-coordinate representation of color #BBBFCA: hue angle of 224º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBFCA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187191202-
CMYK0.070.0500.21
HSL224º12.4%76.27%-
HSV(B)224º7.43%79.22%-
XYZ49.7852.0963.31-
YUV191.06134.17125.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=32.24%
G=32.93%
B=34.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871912020.070.0500.2122412.476.27
HexBBBFCA75015e0c4c
Octal2732773127502534014114
Binary1011101110111111110010101111010101011110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFCA; }

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

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

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

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

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

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

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

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