#B4BFCA

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

Shades of Spindle #B4BFCA

Tints of Spindle #B4BFCA

Color information

#B4BFCA (or 0xB4BFCA) is unknown color: approx Spindle. HEX triplet: B4, BF and CA. RGB value is (180,191,202). Sum of RGB (Red+Green+Blue) = 180+191+202=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BFCA is #4B4035. Grayscale: #BCBCBC. Windows color (decimal): -4931638 or 13287348. OLE color: 13287348.

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

Color convert

RGB180191202-
CMYK0.110.0500.21
HSL210º17.19%74.9%-
HSV(B)210º10.89%79.22%-
XYZ48.1151.2363.23-
YUV188.96135.36121.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=31.41%
G=33.33%
B=35.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801912020.110.0500.2121017.1974.9
HexB4BFCAB5015d2114b
Octal26427731213502532221113
Binary101101001011111111001010101110101010111010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BFCA; }

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

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

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

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

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

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

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

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