#B892CC

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

Shades of East Side #B892CC

Tints of East Side #B892CC

Color information

#B892CC (or 0xB892CC) is unknown color: approx East Side. HEX triplet: B8, 92 and CC. RGB value is (184,146,204). Sum of RGB (Red+Green+Blue) = 184+146+204=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B892CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892CC is #476D33. Grayscale: #A3A3A3. Windows color (decimal): -4681012 or 13406904. OLE color: 13406904.

HSL color Cylindrical-coordinate representation of color #B892CC: hue angle of 279.31º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B892CC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184146204-
CMYK0.100.2800.2
HSL279.31º36.25%68.63%-
HSV(B)279.31º28.43%80%-
XYZ40.9535.1161.75-
YUV163.97150.59142.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=34.46%
G=27.34%
B=38.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841462040.100.2800.2279.3136.2568.63
HexB892CCA1C0141172445
Octal270222314123402442744105
Binary1011100010010010110011001010111000101001000101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892CC; }

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

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

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

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

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

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

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

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