Html Css Color HEX #B998CB East Side

📋 copy color: '#B998CB'

red 185 ◦ green 152 ◦ blue 203

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

Shades of East Side #B998CB

Tints of East Side #B998CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 34.26%
G = 28.15%
B = 37.59%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B998CB (or 0xB998CB) is known color: East Side. HEX triplet: B9, 98 and CB. RGB value is (185,152,203). Sum of RGB (Red+Green+Blue) = 185+152+203=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #B998CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CB is #466734. Grayscale: #A7A7A7. Windows color (decimal): -4613941 or 13342905. OLE color: 13342905.

HSL color Cylindrical-coordinate representation of color #B998CB: hue angle of 278.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B998CB is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 152 203 -
CMYK 0.09 0.25 0 0.20
HSL 278.82º 0.33% 0.7% -
HSV(B) 278.82º 0.25% 0.8% -
XYZ 42.02 37.08 61.44 -
YUV 167.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 185 152 203 0.09 0.25 0 0.20 278.82 0.33 0.7
Hex B9 98 CB 9 19 0 14 117 21 46
Octal 271 230 313 11 31 0 24 427 41 106
Binary 10111001 10011000 11001011 1001 11001 0 10100 100010111 100001 1000110

Color Harmonies of #B998CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998CB

Black with #B998CB

Text Example


Text Example

White with #B998CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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