Html Css Color HEX #BBA0E9 Perfume

📋 copy color: '#BBA0E9'

red 187 ◦ green 160 ◦ blue 233

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

Shades of Perfume #BBA0E9

Tints of Perfume #BBA0E9

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.59%

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

R = 32.24%
G = 27.59%
B = 40.17%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA0E9 (or 0xBBA0E9) is known color: Perfume. HEX triplet: BB, A0 and E9. RGB value is (187,160,233). Sum of RGB (Red+Green+Blue) = 187+160+233=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA0E9 is #445F16. Grayscale: #B0B0B0. Windows color (decimal): -4480791 or 15311035. OLE color: 15311035.

HSL color Cylindrical-coordinate representation of color #BBA0E9: hue angle of 262.19º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA0E9 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 160 233 -
CMYK 0.20 0.31 0 0.09
HSL 262.19º 0.62% 0.77% -
HSV(B) 262.19º 0.31% 0.91% -
XYZ 47.77 41.59 82.6 -
YUV 176.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 187 160 233 0.20 0.31 0 0.09 262.19 0.62 0.77
Hex BB A0 E9 14 1F 0 9 106 3E 4D
Octal 273 240 351 24 37 0 11 406 76 115
Binary 10111011 10100000 11101001 10100 11111 0 1001 100000110 111110 1001101

Color Harmonies of #BBA0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA0E9

Black with #BBA0E9

Text Example


Text Example

White with #BBA0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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