Html Css Color HEX #B998CA East Side

📋 copy color: '#B998CA'

red 185 ◦ green 152 ◦ blue 202

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

Shades of East Side #B998CA

Tints of East Side #B998CA

RGB

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

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

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

R = 34.32%
G = 28.2%
B = 37.48%

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

#B998CA (or 0xB998CA) is known color: East Side. HEX triplet: B9, 98 and CA. RGB value is (185,152,202). Sum of RGB (Red+Green+Blue) = 185+152+202=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #B998CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CA is #466735. Grayscale: #A7A7A7. Windows color (decimal): -4613942 or 13277369. OLE color: 13277369.

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

Color convert

RGB 185 152 202 -
CMYK 0.08 0.25 0 0.21
HSL 279.6º 0.32% 0.69% -
HSV(B) 279.6º 0.25% 0.79% -
XYZ 41.9 37.04 60.82 -
YUV 167.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 185 152 202 0.08 0.25 0 0.21 279.6 0.32 0.69
Hex B9 98 CA 8 19 0 15 118 20 45
Octal 271 230 312 10 31 0 25 430 40 105
Binary 10111001 10011000 11001010 1000 11001 0 10101 100011000 100000 1000101

Color Harmonies of #B998CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998CA

Black with #B998CA

Text Example


Text Example

White with #B998CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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