Html Css Color HEX #B999CA East Side

📋 copy color: '#B999CA'

red 185 ◦ green 153 ◦ blue 202

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

Shades of East Side #B999CA

Tints of East Side #B999CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 34.26%
G = 28.33%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B999CA (or 0xB999CA) is known color: East Side. HEX triplet: B9, 99 and CA. RGB value is (185,153,202). Sum of RGB (Red+Green+Blue) = 185+153+202=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #B999CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999CA is #466635. Grayscale: #A7A7A7. Windows color (decimal): -4613686 or 13277625. OLE color: 13277625.

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

Color convert

RGB 185 153 202 -
CMYK 0.08 0.24 0 0.21
HSL 279.18º 0.32% 0.7% -
HSV(B) 279.18º 0.24% 0.79% -
XYZ 42.06 37.36 60.87 -
YUV 168.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 185 153 202 0.08 0.24 0 0.21 279.18 0.32 0.7
Hex B9 99 CA 8 18 0 15 117 20 46
Octal 271 231 312 10 30 0 25 427 40 106
Binary 10111001 10011001 11001010 1000 11000 0 10101 100010111 100000 1000110

Color Harmonies of #B999CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999CA

Black with #B999CA

Text Example


Text Example

White with #B999CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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