Html Css Color HEX #B997CA East Side

📋 copy color: '#B997CA'

red 185 ◦ green 151 ◦ blue 202

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

Shades of East Side #B997CA

Tints of East Side #B997CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.07%

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

R = 34.39%
G = 28.07%
B = 37.55%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B997CA (or 0xB997CA) is known color: East Side. HEX triplet: B9, 97 and CA. RGB value is (185,151,202). Sum of RGB (Red+Green+Blue) = 185+151+202=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #B997CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997CA is #466835. Grayscale: #A6A6A6. Windows color (decimal): -4614198 or 13277113. OLE color: 13277113.

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

Color convert

RGB 185 151 202 -
CMYK 0.08 0.25 0 0.21
HSL 280º 0.32% 0.69% -
HSV(B) 280º 0.25% 0.79% -
XYZ 41.73 36.71 60.76 -
YUV 166.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 185 151 202 0.08 0.25 0 0.21 280 0.32 0.69
Hex B9 97 CA 8 19 0 15 118 20 45
Octal 271 227 312 10 31 0 25 430 40 105
Binary 10111001 10010111 11001010 1000 11001 0 10101 100011000 100000 1000101

Color Harmonies of #B997CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997CA

Black with #B997CA

Text Example


Text Example

White with #B997CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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