Html Css Color HEX #BAA5CC Perfume

📋 copy color: '#BAA5CC'

red 186 ◦ green 165 ◦ blue 204

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

Shades of Perfume #BAA5CC

Tints of Perfume #BAA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.73%

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

R = 33.51%
G = 29.73%
B = 36.76%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAA5CC (or 0xBAA5CC) is known color: Perfume. HEX triplet: BA, A5 and CC. RGB value is (186,165,204). Sum of RGB (Red+Green+Blue) = 186+165+204=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5CC is #455A33. Grayscale: #AFAFAF. Windows color (decimal): -4545076 or 13411770. OLE color: 13411770.

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

Color convert

RGB 186 165 204 -
CMYK 0.09 0.19 0 0.2
HSL 272.31º 0.28% 0.72% -
HSV(B) 272.31º 0.19% 0.8% -
XYZ 44.6 41.71 62.83 -
YUV 175.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 186 165 204 0.09 0.19 0 0.2 272.31 0.28 0.72
Hex BA A5 CC 9 13 0 14 110 1C 48
Octal 272 245 314 11 23 0 24 420 34 110
Binary 10111010 10100101 11001100 1001 10011 0 10100 100010000 11100 1001000

Color Harmonies of #BAA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5CC

Black with #BAA5CC

Text Example


Text Example

White with #BAA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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