Html Css Color HEX #B9A2CA Perfume

📋 copy color: '#B9A2CA'

red 185 ◦ green 162 ◦ blue 202

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

Shades of Perfume #B9A2CA

Tints of Perfume #B9A2CA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.51%

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

R = 33.7%
G = 29.51%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9A2CA (or 0xB9A2CA) is known color: Perfume. HEX triplet: B9, A2 and CA. RGB value is (185,162,202). Sum of RGB (Red+Green+Blue) = 185+162+202=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2CA is #465D35. Grayscale: #ADADAD. Windows color (decimal): -4611382 or 13279929. OLE color: 13279929.

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

Color convert

RGB 185 162 202 -
CMYK 0.08 0.20 0 0.21
HSL 274.5º 0.27% 0.71% -
HSV(B) 274.5º 0.2% 0.79% -
XYZ 43.59 40.42 61.38 -
YUV 173.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 185 162 202 0.08 0.20 0 0.21 274.5 0.27 0.71
Hex B9 A2 CA 8 14 0 15 112 1B 47
Octal 271 242 312 10 24 0 25 422 33 107
Binary 10111001 10100010 11001010 1000 10100 0 10101 100010010 11011 1000111

Color Harmonies of #B9A2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A2CA

Black with #B9A2CA

Text Example


Text Example

White with #B9A2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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