Html Css Color HEX #B990C4 East Side

📋 copy color: '#B990C4'

red 185 ◦ green 144 ◦ blue 196

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

Shades of East Side #B990C4

Tints of East Side #B990C4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.43%

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 35.24%
G = 27.43%
B = 37.33%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B990C4 (or 0xB990C4) is known color: East Side. HEX triplet: B9, 90 and C4. RGB value is (185,144,196). Sum of RGB (Red+Green+Blue) = 185+144+196=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 196 - color contains mainly: blue. Hex color #B990C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990C4 is #466F3B. Grayscale: #A2A2A2. Windows color (decimal): -4615996 or 12882105. OLE color: 12882105.

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

Color convert

RGB 185 144 196 -
CMYK 0.06 0.27 0 0.23
HSL 287.31º 0.31% 0.67% -
HSV(B) 287.31º 0.27% 0.77% -
XYZ 39.94 34.25 56.73 -
YUV 162.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 185 144 196 0.06 0.27 0 0.23 287.31 0.31 0.67
Hex B9 90 C4 6 1B 0 17 11F 1F 43
Octal 271 220 304 6 33 0 27 437 37 103
Binary 10111001 10010000 11000100 110 11011 0 10111 100011111 11111 1000011

Color Harmonies of #B990C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990C4

Black with #B990C4

Text Example


Text Example

White with #B990C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990C4; }

 p { color: rgb(185,144,196); }

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

background-color css

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

 a { background-color: rgb(185,144,196); }

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

border-color css

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

 span { border-color: rgb(185,144,196); }

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