Html Css Color HEX #B494CB East Side

📋 copy color: '#B494CB'

red 180 ◦ green 148 ◦ blue 203

#B494CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B494CB

Tints of East Side #B494CB

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

 GREEN value IS 148 (58.2% from 255) = 27.87%

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 33.9%
G = 27.87%
B = 38.23%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B494CB (or 0xB494CB) is known color: East Side. HEX triplet: B4, 94 and CB. RGB value is (180,148,203). Sum of RGB (Red+Green+Blue) = 180+148+203=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #B494CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494CB is #4B6B34. Grayscale: #A3A3A3. Windows color (decimal): -4942645 or 13341876. OLE color: 13341876.

HSL color Cylindrical-coordinate representation of color #B494CB: hue angle of 274.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B494CB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 148 203 -
CMYK 0.11 0.27 0 0.20
HSL 274.91º 0.35% 0.69% -
HSV(B) 274.91º 0.27% 0.8% -
XYZ 40.19 35.19 61.17 -
YUV 163.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 180 148 203 0.11 0.27 0 0.20 274.91 0.35 0.69
Hex B4 94 CB B 1B 0 14 113 23 45
Octal 264 224 313 13 33 0 24 423 43 105
Binary 10110100 10010100 11001011 1011 11011 0 10100 100010011 100011 1000101

Color Harmonies of #B494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494CB

Black with #B494CB

Text Example


Text Example

White with #B494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494CB; }

 p { color: rgb(180,148,203); }

 H1.HeaderClassName
 {
   color: #B494CB;
 }
 .AnyTagClassName
 {
   color: #B494CB;
 }
</style>

background-color css

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

 a { background-color: rgb(180,148,203); }

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

border-color css

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

 span { border-color: rgb(180,148,203); }

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