Html Css Color HEX #B9A8CA Perfume

📋 copy color: '#B9A8CA'

red 185 ◦ green 168 ◦ blue 202

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

Shades of Perfume #B9A8CA

Tints of Perfume #B9A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.27%

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

R = 33.33%
G = 30.27%
B = 36.4%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9A8CA (or 0xB9A8CA) is known color: Perfume. HEX triplet: B9, A8 and CA. RGB value is (185,168,202). Sum of RGB (Red+Green+Blue) = 185+168+202=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8CA is #465735. Grayscale: #B0B0B0. Windows color (decimal): -4609846 or 13281465. OLE color: 13281465.

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

Color convert

RGB 185 168 202 -
CMYK 0.08 0.17 0 0.21
HSL 270º 0.24% 0.73% -
HSV(B) 270º 0.17% 0.79% -
XYZ 44.67 42.58 61.74 -
YUV 176.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 185 168 202 0.08 0.17 0 0.21 270 0.24 0.73
Hex B9 A8 CA 8 11 0 15 10E 18 49
Octal 271 250 312 10 21 0 25 416 30 111
Binary 10111001 10101000 11001010 1000 10001 0 10101 100001110 11000 1001001

Color Harmonies of #B9A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A8CA

Black with #B9A8CA

Text Example


Text Example

White with #B9A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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