Html Css Color HEX #BBA6E7 Perfume

📋 copy color: '#BBA6E7'

red 187 ◦ green 166 ◦ blue 231

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

Shades of Perfume #BBA6E7

Tints of Perfume #BBA6E7

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.42%

 BLUE value IS 231 (90.63% from 255) = 39.55%

R = 32.02%
G = 28.42%
B = 39.55%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA6E7 (or 0xBBA6E7) is known color: Perfume. HEX triplet: BB, A6 and E7. RGB value is (187,166,231). Sum of RGB (Red+Green+Blue) = 187+166+231=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6E7 is #445918. Grayscale: #B3B3B3. Windows color (decimal): -4479257 or 15181499. OLE color: 15181499.

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

Color convert

RGB 187 166 231 -
CMYK 0.19 0.28 0 0.09
HSL 259.38º 0.58% 0.78% -
HSV(B) 259.38º 0.28% 0.91% -
XYZ 48.55 43.61 81.46 -
YUV 179.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 187 166 231 0.19 0.28 0 0.09 259.38 0.58 0.78
Hex BB A6 E7 13 1C 0 9 103 3A 4E
Octal 273 246 347 23 34 0 11 403 72 116
Binary 10111011 10100110 11100111 10011 11100 0 1001 100000011 111010 1001110

Color Harmonies of #BBA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6E7

Black with #BBA6E7

Text Example


Text Example

White with #BBA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6E7; }

 p { color: rgb(187,166,231); }

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

background-color css

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

 a { background-color: rgb(187,166,231); }

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

border-color css

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

 span { border-color: rgb(187,166,231); }

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