Html Css Color HEX #BAA5ED Perfume

📋 copy color: '#BAA5ED'

red 186 ◦ green 165 ◦ blue 237

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

Shades of Perfume #BAA5ED

Tints of Perfume #BAA5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 31.63%
G = 28.06%
B = 40.31%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA5ED (or 0xBAA5ED) is known color: Perfume. HEX triplet: BA, A5 and ED. RGB value is (186,165,237). Sum of RGB (Red+Green+Blue) = 186+165+237=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA5ED is #455A12. Grayscale: #B3B3B3. Windows color (decimal): -4545043 or 15574458. OLE color: 15574458.

HSL color Cylindrical-coordinate representation of color #BAA5ED: hue angle of 257.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA5ED is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 165 237 -
CMYK 0.22 0.30 0 0.07
HSL 257.5º 0.67% 0.79% -
HSV(B) 257.5º 0.3% 0.93% -
XYZ 48.99 43.46 85.93 -
YUV 179.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 186 165 237 0.22 0.30 0 0.07 257.5 0.67 0.79
Hex BA A5 ED 16 1E 0 7 102 43 4F
Octal 272 245 355 26 36 0 7 402 103 117
Binary 10111010 10100101 11101101 10110 11110 0 111 100000010 1000011 1001111

Color Harmonies of #BAA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5ED

Black with #BAA5ED

Text Example


Text Example

White with #BAA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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