#B8BECC

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

Shades of Spindle #B8BECC

Tints of Spindle #B8BECC

Color information

#B8BECC (or 0xB8BECC) is unknown color: approx Spindle. HEX triplet: B8, BE and CC. RGB value is (184,190,204). Sum of RGB (Red+Green+Blue) = 184+190+204=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BECC is #474133. Grayscale: #BDBDBD. Windows color (decimal): -4669748 or 13418168. OLE color: 13418168.

HSL color Cylindrical-coordinate representation of color #B8BECC: hue angle of 222º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BECC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184190204-
CMYK0.100.0700.2
HSL222º16.39%76.08%-
HSV(B)222º9.8%80%-
XYZ49.0851.3864.46-
YUV189.8136.01123.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=31.83%
G=32.87%
B=35.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841902040.100.0700.222216.3976.08
HexB8BECCA7014de104c
Octal27027631412702433620114
Binary101110001011111011001100101011101010011011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BECC; }

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

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

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

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

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

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

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

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