#B1BECC

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

Shades of Spindle #B1BECC

Tints of Spindle #B1BECC

Color information

#B1BECC (or 0xB1BECC) is unknown color: approx Spindle. HEX triplet: B1, BE and CC. RGB value is (177,190,204). Sum of RGB (Red+Green+Blue) = 177+190+204=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BECC is #4E4133. Grayscale: #BBBBBB. Windows color (decimal): -5128500 or 13418161. OLE color: 13418161.

HSL color Cylindrical-coordinate representation of color #B1BECC: hue angle of 211.11º degrees, saturation: 0.21, 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 #B1BECC is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177190204-
CMYK0.130.0700.2
HSL211.11º20.93%74.71%-
HSV(B)211.11º13.24%80%-
XYZ47.4450.5364.38-
YUV187.71137.19120.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=31.00%
G=33.27%
B=35.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771902040.130.0700.2211.1120.9374.71
HexB1BECCD7014d3154b
Octal26127631415702432325113
Binary101100011011111011001100110111101010011010011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BECC; }

 p { color: rgb(177,190,204); }

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

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

 a { background-color: rgb(177,190,204); }

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

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

 span { border-color: rgb(177,190,204); }

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