Html Css Color HEX #B998C6 East Side

📋 copy color: '#B998C6'

red 185 ◦ green 152 ◦ blue 198

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

Shades of East Side #B998C6

Tints of East Side #B998C6

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.41%

 BLUE value IS 198 (77.73% from 255) = 37.01%

R = 34.58%
G = 28.41%
B = 37.01%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B998C6 (or 0xB998C6) is known color: East Side. HEX triplet: B9, 98 and C6. RGB value is (185,152,198). Sum of RGB (Red+Green+Blue) = 185+152+198=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #B998C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998C6 is #466739. Grayscale: #A6A6A6. Windows color (decimal): -4613946 or 13015225. OLE color: 13015225.

HSL color Cylindrical-coordinate representation of color #B998C6: hue angle of 283.04º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B998C6 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 152 198 -
CMYK 0.07 0.23 0 0.22
HSL 283.04º 0.29% 0.69% -
HSV(B) 283.04º 0.23% 0.78% -
XYZ 41.43 36.85 58.35 -
YUV 167.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 185 152 198 0.07 0.23 0 0.22 283.04 0.29 0.69
Hex B9 98 C6 7 17 0 16 11B 1D 45
Octal 271 230 306 7 27 0 26 433 35 105
Binary 10111001 10011000 11000110 111 10111 0 10110 100011011 11101 1000101

Color Harmonies of #B998C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998C6

Black with #B998C6

Text Example


Text Example

White with #B998C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998C6; }

 p { color: rgb(185,152,198); }

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

background-color css

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

 a { background-color: rgb(185,152,198); }

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

border-color css

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

 span { border-color: rgb(185,152,198); }

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