#B894CD

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

Shades of East Side #B894CD

Tints of East Side #B894CD

Color information

#B894CD (or 0xB894CD) is unknown color: approx East Side. HEX triplet: B8, 94 and CD. RGB value is (184,148,205). Sum of RGB (Red+Green+Blue) = 184+148+205=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #B894CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894CD is #476B32. Grayscale: #A5A5A5. Windows color (decimal): -4680499 or 13472952. OLE color: 13472952.

HSL color Cylindrical-coordinate representation of color #B894CD: hue angle of 277.89º 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 #B894CD is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184148205-
CMYK0.100.2800.20
HSL277.89º36.31%69.22%-
HSV(B)277.89º27.8%80.39%-
XYZ41.3835.7862.48-
YUV165.26150.43141.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=34.26%
G=27.56%
B=38.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841482050.100.2800.20277.8936.3169.22
HexB894CDA1C0141162445
Octal270224315123402442644105
Binary1011100010010100110011011010111000101001000101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894CD; }

 p { color: rgb(184,148,205); }

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

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

 a { background-color: rgb(184,148,205); }

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

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

 span { border-color: rgb(184,148,205); }

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