Html Css Color HEX #BBA6E0 Perfume

📋 copy color: '#BBA6E0'

red 187 ◦ green 166 ◦ blue 224

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

Shades of Perfume #BBA6E0

Tints of Perfume #BBA6E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.82%

R = 32.41%
G = 28.77%
B = 38.82%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBA6E0 (or 0xBBA6E0) is known color: Perfume. HEX triplet: BB, A6 and E0. RGB value is (187,166,224). Sum of RGB (Red+Green+Blue) = 187+166+224=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6E0 is #44591F. Grayscale: #B2B2B2. Windows color (decimal): -4479264 or 14722747. OLE color: 14722747.

HSL color Cylindrical-coordinate representation of color #BBA6E0: hue angle of 261.72º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA6E0 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 166 224 -
CMYK 0.17 0.26 0 0.12
HSL 261.72º 0.48% 0.76% -
HSV(B) 261.72º 0.26% 0.88% -
XYZ 47.58 43.22 76.36 -
YUV 178.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 187 166 224 0.17 0.26 0 0.12 261.72 0.48 0.76
Hex BB A6 E0 11 1A 0 C 106 30 4C
Octal 273 246 340 21 32 0 14 406 60 114
Binary 10111011 10100110 11100000 10001 11010 0 1100 100000110 110000 1001100

Color Harmonies of #BBA6E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6E0

Black with #BBA6E0

Text Example


Text Example

White with #BBA6E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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