Html Css Color HEX #B992C5 East Side

📋 copy color: '#B992C5'

red 185 ◦ green 146 ◦ blue 197

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

Shades of East Side #B992C5

Tints of East Side #B992C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.31%

R = 35.04%
G = 27.65%
B = 37.31%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B992C5 (or 0xB992C5) is known color: East Side. HEX triplet: B9, 92 and C5. RGB value is (185,146,197). Sum of RGB (Red+Green+Blue) = 185+146+197=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #B992C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992C5 is #466D3A. Grayscale: #A3A3A3. Windows color (decimal): -4615483 or 12948153. OLE color: 12948153.

HSL color Cylindrical-coordinate representation of color #B992C5: hue angle of 285.88º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B992C5 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 146 197 -
CMYK 0.06 0.26 0 0.23
HSL 285.88º 0.31% 0.67% -
HSV(B) 285.88º 0.26% 0.77% -
XYZ 40.36 34.9 57.43 -
YUV 163.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 185 146 197 0.06 0.26 0 0.23 285.88 0.31 0.67
Hex B9 92 C5 6 1A 0 17 11E 1F 43
Octal 271 222 305 6 32 0 27 436 37 103
Binary 10111001 10010010 11000101 110 11010 0 10111 100011110 11111 1000011

Color Harmonies of #B992C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992C5

Black with #B992C5

Text Example


Text Example

White with #B992C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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