Html Css Color HEX #BBA4E5 Perfume

📋 copy color: '#BBA4E5'

red 187 ◦ green 164 ◦ blue 229

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

Shades of Perfume #BBA4E5

Tints of Perfume #BBA4E5

RGB

 RED value IS 187 (73.44% from 255) = 32.24%

 GREEN value IS 164 (64.45% from 255) = 28.28%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 32.24%
G = 28.28%
B = 39.48%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBA4E5 (or 0xBBA4E5) is known color: Perfume. HEX triplet: BB, A4 and E5. RGB value is (187,164,229). Sum of RGB (Red+Green+Blue) = 187+164+229=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBA4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4E5 is #445B1A. Grayscale: #B2B2B2. Windows color (decimal): -4479771 or 15049915. OLE color: 15049915.

HSL color Cylindrical-coordinate representation of color #BBA4E5: hue angle of 261.23º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA4E5 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 164 229 -
CMYK 0.18 0.28 0 0.10
HSL 261.23º 0.56% 0.77% -
HSV(B) 261.23º 0.28% 0.9% -
XYZ 47.91 42.77 79.86 -
YUV 178.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 187 164 229 0.18 0.28 0 0.10 261.23 0.56 0.77
Hex BB A4 E5 12 1C 0 A 105 38 4D
Octal 273 244 345 22 34 0 12 405 70 115
Binary 10111011 10100100 11100101 10010 11100 0 1010 100000101 111000 1001101

Color Harmonies of #BBA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4E5

Black with #BBA4E5

Text Example


Text Example

White with #BBA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4E5; }

 p { color: rgb(187,164,229); }

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

background-color css

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

 a { background-color: rgb(187,164,229); }

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

border-color css

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

 span { border-color: rgb(187,164,229); }

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