#B892C8

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

Shades of East Side #B892C8

Tints of East Side #B892C8

Color information

#B892C8 (or 0xB892C8) is unknown color: approx East Side. HEX triplet: B8, 92 and C8. RGB value is (184,146,200). Sum of RGB (Red+Green+Blue) = 184+146+200=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #B892C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892C8 is #476D37. Grayscale: #A3A3A3. Windows color (decimal): -4681016 or 13144760. OLE color: 13144760.

HSL color Cylindrical-coordinate representation of color #B892C8: hue angle of 282.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B892C8 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184146200-
CMYK0.080.2700.22
HSL282.22º32.93%67.84%-
HSV(B)282.22º27%78.43%-
XYZ40.4734.9259.25-
YUV163.52148.59142.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=34.72%
G=27.55%
B=37.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841462000.080.2700.22282.2232.9367.84
HexB892C881B01611a2144
Octal270222310103302643241104
Binary1011100010010010110010001000110110101101000110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892C8; }

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

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

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

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

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

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

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

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