Html Css Color HEX #B9A0CA Perfume

📋 copy color: '#B9A0CA'

red 185 ◦ green 160 ◦ blue 202

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

Shades of Perfume #B9A0CA

Tints of Perfume #B9A0CA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.25%

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

R = 33.82%
G = 29.25%
B = 36.93%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9A0CA (or 0xB9A0CA) is known color: Perfume. HEX triplet: B9, A0 and CA. RGB value is (185,160,202). Sum of RGB (Red+Green+Blue) = 185+160+202=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CA is #465F35. Grayscale: #ACACAC. Windows color (decimal): -4611894 or 13279417. OLE color: 13279417.

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

Color convert

RGB 185 160 202 -
CMYK 0.08 0.21 0 0.21
HSL 275.71º 0.28% 0.71% -
HSV(B) 275.71º 0.21% 0.79% -
XYZ 43.24 39.72 61.26 -
YUV 172.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 185 160 202 0.08 0.21 0 0.21 275.71 0.28 0.71
Hex B9 A0 CA 8 15 0 15 114 1C 47
Octal 271 240 312 10 25 0 25 424 34 107
Binary 10111001 10100000 11001010 1000 10101 0 10101 100010100 11100 1000111

Color Harmonies of #B9A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A0CA

Black with #B9A0CA

Text Example


Text Example

White with #B9A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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