Html Css Color HEX #BB99A5 Viola

📋 copy color: '#BB99A5'

red 187 ◦ green 153 ◦ blue 165

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

Shades of Viola #BB99A5

Tints of Viola #BB99A5

RGB

 RED value IS 187 (73.44% from 255) = 37.03%

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

 BLUE value IS 165 (64.84% from 255) = 32.67%

R = 37.03%
G = 30.3%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB99A5 (or 0xBB99A5) is known color: Viola. HEX triplet: BB, 99 and A5. RGB value is (187,153,165). Sum of RGB (Red+Green+Blue) = 187+153+165=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 165 (64.84% from 255 or 32.67% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB99A5 is #44665A. Grayscale: #A4A4A4. Windows color (decimal): -4482651 or 10852795. OLE color: 10852795.

HSL color Cylindrical-coordinate representation of color #BB99A5: hue angle of 338.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BB99A5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 165 -
CMYK 0 0.18 0.12 0.27
HSL 338.82º 0.2% 0.67% -
HSV(B) 338.82º 0.18% 0.73% -
XYZ 38.68 36.06 40.52 -
YUV 164.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 187 153 165 0 0.18 0.12 0.27 338.82 0.2 0.67
Hex BB 99 A5 0 12 C 1B 153 14 43
Octal 273 231 245 0 22 14 33 523 24 103
Binary 10111011 10011001 10100101 0 10010 1100 11011 101010011 10100 1000011

Color Harmonies of #BB99A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99A5

Black with #BB99A5

Text Example


Text Example

White with #BB99A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99A5; }

 p { color: rgb(187,153,165); }

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

background-color css

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

 a { background-color: rgb(187,153,165); }

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

border-color css

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

 span { border-color: rgb(187,153,165); }

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