Html Css Color HEX #B994CA East Side

📋 copy color: '#B994CA'

red 185 ◦ green 148 ◦ blue 202

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

Shades of East Side #B994CA

Tints of East Side #B994CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 34.58%
G = 27.66%
B = 37.76%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B994CA (or 0xB994CA) is known color: East Side. HEX triplet: B9, 94 and CA. RGB value is (185,148,202). Sum of RGB (Red+Green+Blue) = 185+148+202=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B994CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994CA is #466B35. Grayscale: #A5A5A5. Windows color (decimal): -4614966 or 13276345. OLE color: 13276345.

HSL color Cylindrical-coordinate representation of color #B994CA: hue angle of 281.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B994CA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 148 202 -
CMYK 0.08 0.27 0 0.21
HSL 281.11º 0.34% 0.69% -
HSV(B) 281.11º 0.27% 0.79% -
XYZ 41.26 35.76 60.6 -
YUV 165.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 185 148 202 0.08 0.27 0 0.21 281.11 0.34 0.69
Hex B9 94 CA 8 1B 0 15 119 22 45
Octal 271 224 312 10 33 0 25 431 42 105
Binary 10111001 10010100 11001010 1000 11011 0 10101 100011001 100010 1000101

Color Harmonies of #B994CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994CA

Black with #B994CA

Text Example


Text Example

White with #B994CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994CA; }

 p { color: rgb(185,148,202); }

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

background-color css

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

 a { background-color: rgb(185,148,202); }

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

border-color css

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

 span { border-color: rgb(185,148,202); }

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