Html Css Color HEX #B997C9 East Side

📋 copy color: '#B997C9'

red 185 ◦ green 151 ◦ blue 201

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

Shades of East Side #B997C9

Tints of East Side #B997C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.43%

R = 34.45%
G = 28.12%
B = 37.43%

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

#B997C9 (or 0xB997C9) is known color: East Side. HEX triplet: B9, 97 and C9. RGB value is (185,151,201). Sum of RGB (Red+Green+Blue) = 185+151+201=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #B997C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997C9 is #466836. Grayscale: #A6A6A6. Windows color (decimal): -4614199 or 13211577. OLE color: 13211577.

HSL color Cylindrical-coordinate representation of color #B997C9: hue angle of 280.8º 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 #B997C9 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 151 201 -
CMYK 0.08 0.25 0 0.21
HSL 280.8º 0.32% 0.69% -
HSV(B) 280.8º 0.25% 0.79% -
XYZ 41.62 36.66 60.14 -
YUV 166.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 185 151 201 0.08 0.25 0 0.21 280.8 0.32 0.69
Hex B9 97 C9 8 19 0 15 119 20 45
Octal 271 227 311 10 31 0 25 431 40 105
Binary 10111001 10010111 11001001 1000 11001 0 10101 100011001 100000 1000101

Color Harmonies of #B997C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997C9

Black with #B997C9

Text Example


Text Example

White with #B997C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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