Html Css Color HEX #BAA8CC Perfume

📋 copy color: '#BAA8CC'

red 186 ◦ green 168 ◦ blue 204

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

Shades of Perfume #BAA8CC

Tints of Perfume #BAA8CC

RGB

 RED value IS 186 (73.05% from 255) = 33.33%

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 33.33%
G = 30.11%
B = 36.56%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAA8CC (or 0xBAA8CC) is known color: Perfume. HEX triplet: BA, A8 and CC. RGB value is (186,168,204). Sum of RGB (Red+Green+Blue) = 186+168+204=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA8CC is #455733. Grayscale: #B1B1B1. Windows color (decimal): -4544308 or 13412538. OLE color: 13412538.

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

Color convert

RGB 186 168 204 -
CMYK 0.09 0.18 0 0.2
HSL 270º 0.26% 0.73% -
HSV(B) 270º 0.18% 0.8% -
XYZ 45.15 42.8 63.01 -
YUV 177.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 186 168 204 0.09 0.18 0 0.2 270 0.26 0.73
Hex BA A8 CC 9 12 0 14 10E 1A 49
Octal 272 250 314 11 22 0 24 416 32 111
Binary 10111010 10101000 11001100 1001 10010 0 10100 100001110 11010 1001001

Color Harmonies of #BAA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8CC

Black with #BAA8CC

Text Example


Text Example

White with #BAA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8CC; }

 p { color: rgb(186,168,204); }

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

background-color css

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

 a { background-color: rgb(186,168,204); }

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

border-color css

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

 span { border-color: rgb(186,168,204); }

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