#B2BFCC

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

Shades of Spindle #B2BFCC

Tints of Spindle #B2BFCC

Color information

#B2BFCC (or 0xB2BFCC) is unknown color: approx Spindle. HEX triplet: B2, BF and CC. RGB value is (178,191,204). Sum of RGB (Red+Green+Blue) = 178+191+204=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCC is #4D4033. Grayscale: #BCBCBC. Windows color (decimal): -5062708 or 13418418. OLE color: 13418418.

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

Color convert

RGB178191204-
CMYK0.130.0600.2
HSL210º20.31%74.9%-
HSV(B)210º12.75%80%-
XYZ47.8951.0964.46-
YUV188.6136.69120.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.06%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=31.06%
G=33.33%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781912040.130.0600.221020.3174.9
HexB2BFCCD6014d2144b
Octal26227731415602432224113
Binary101100101011111111001100110111001010011010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFCC; }

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

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

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

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

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

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

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

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