Html Css Color HEX #B9A9CA Perfume

📋 copy color: '#B9A9CA'

red 185 ◦ green 169 ◦ blue 202

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

Shades of Perfume #B9A9CA

Tints of Perfume #B9A9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

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

R = 33.27%
G = 30.4%
B = 36.33%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9A9CA (or 0xB9A9CA) is known color: Perfume. HEX triplet: B9, A9 and CA. RGB value is (185,169,202). Sum of RGB (Red+Green+Blue) = 185+169+202=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9CA is #465635. Grayscale: #B1B1B1. Windows color (decimal): -4609590 or 13281721. OLE color: 13281721.

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

Color convert

RGB 185 169 202 -
CMYK 0.08 0.16 0 0.21
HSL 269.09º 0.24% 0.73% -
HSV(B) 269.09º 0.16% 0.79% -
XYZ 44.86 42.95 61.8 -
YUV 177.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 185 169 202 0.08 0.16 0 0.21 269.09 0.24 0.73
Hex B9 A9 CA 8 10 0 15 10D 18 49
Octal 271 251 312 10 20 0 25 415 30 111
Binary 10111001 10101001 11001010 1000 10000 0 10101 100001101 11000 1001001

Color Harmonies of #B9A9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A9CA

Black with #B9A9CA

Text Example


Text Example

White with #B9A9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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