Html Css Color HEX #BBA4E9 Perfume

📋 copy color: '#BBA4E9'

red 187 ◦ green 164 ◦ blue 233

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

Shades of Perfume #BBA4E9

Tints of Perfume #BBA4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 32.02%
G = 28.08%
B = 39.9%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA4E9 (or 0xBBA4E9) is known color: Perfume. HEX triplet: BB, A4 and E9. RGB value is (187,164,233). Sum of RGB (Red+Green+Blue) = 187+164+233=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4E9 is #445B16. Grayscale: #B2B2B2. Windows color (decimal): -4479767 or 15312059. OLE color: 15312059.

HSL color Cylindrical-coordinate representation of color #BBA4E9: hue angle of 260º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA4E9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 164 233 -
CMYK 0.20 0.30 0 0.09
HSL 260º 0.61% 0.78% -
HSV(B) 260º 0.3% 0.91% -
XYZ 48.48 43 82.84 -
YUV 178.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 187 164 233 0.20 0.30 0 0.09 260 0.61 0.78
Hex BB A4 E9 14 1E 0 9 104 3D 4E
Octal 273 244 351 24 36 0 11 404 75 116
Binary 10111011 10100100 11101001 10100 11110 0 1001 100000100 111101 1001110

Color Harmonies of #BBA4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4E9

Black with #BBA4E9

Text Example


Text Example

White with #BBA4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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