#B4BECE

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

Shades of Spindle #B4BECE

Tints of Spindle #B4BECE

Color information

#B4BECE (or 0xB4BECE) is unknown color: approx Spindle. HEX triplet: B4, BE and CE. RGB value is (180,190,206). Sum of RGB (Red+Green+Blue) = 180+190+206=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECE is #4B4131. Grayscale: #BCBCBC. Windows color (decimal): -4931890 or 13549236. OLE color: 13549236.

HSL color Cylindrical-coordinate representation of color #B4BECE: hue angle of 216.92º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BECE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180190206-
CMYK0.130.0800.19
HSL216.92º20.97%75.69%-
HSV(B)216.92º12.62%80.78%-
XYZ48.3850.9965.68-
YUV188.83137.69121.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.25%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=31.25%
G=32.99%
B=35.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801902060.130.0800.19216.9220.9775.69
HexB4BECED8013d9154c
Octal264276316151002333125114
Binary1011010010111110110011101101100001001111011001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BECE; }

 p { color: rgb(180,190,206); }

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

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

 a { background-color: rgb(180,190,206); }

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

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

 span { border-color: rgb(180,190,206); }

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