Html Css Color HEX #B992C1 East Side

📋 copy color: '#B992C1'

red 185 ◦ green 146 ◦ blue 193

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

Shades of East Side #B992C1

Tints of East Side #B992C1

RGB

 RED value IS 185 (72.66% from 255) = 35.31%

 GREEN value IS 146 (57.42% from 255) = 27.86%

 BLUE value IS 193 (75.78% from 255) = 36.83%

R = 35.31%
G = 27.86%
B = 36.83%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B992C1 (or 0xB992C1) is known color: East Side. HEX triplet: B9, 92 and C1. RGB value is (185,146,193). Sum of RGB (Red+Green+Blue) = 185+146+193=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #B992C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992C1 is #466D3E. Grayscale: #A2A2A2. Windows color (decimal): -4615487 or 12686009. OLE color: 12686009.

HSL color Cylindrical-coordinate representation of color #B992C1: hue angle of 289.79º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B992C1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 146 193 -
CMYK 0.04 0.24 0 0.24
HSL 289.79º 0.27% 0.66% -
HSV(B) 289.79º 0.24% 0.76% -
XYZ 39.91 34.72 55.05 -
YUV 163.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 185 146 193 0.04 0.24 0 0.24 289.79 0.27 0.66
Hex B9 92 C1 4 18 0 18 122 1B 42
Octal 271 222 301 4 30 0 30 442 33 102
Binary 10111001 10010010 11000001 100 11000 0 11000 100100010 11011 1000010

Color Harmonies of #B992C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992C1

Black with #B992C1

Text Example


Text Example

White with #B992C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992C1; }

 p { color: rgb(185,146,193); }

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

background-color css

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

 a { background-color: rgb(185,146,193); }

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

border-color css

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

 span { border-color: rgb(185,146,193); }

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