Html Css Color HEX #BBA6E6 Perfume

📋 copy color: '#BBA6E6'

red 187 ◦ green 166 ◦ blue 230

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

Shades of Perfume #BBA6E6

Tints of Perfume #BBA6E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.45%

R = 32.08%
G = 28.47%
B = 39.45%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBA6E6 (or 0xBBA6E6) is known color: Perfume. HEX triplet: BB, A6 and E6. RGB value is (187,166,230). Sum of RGB (Red+Green+Blue) = 187+166+230=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBA6E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6E6 is #445919. Grayscale: #B3B3B3. Windows color (decimal): -4479258 or 15115963. OLE color: 15115963.

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

Color convert

RGB 187 166 230 -
CMYK 0.19 0.28 0 0.10
HSL 259.69º 0.56% 0.78% -
HSV(B) 259.69º 0.28% 0.9% -
XYZ 48.41 43.55 80.72 -
YUV 179.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 187 166 230 0.19 0.28 0 0.10 259.69 0.56 0.78
Hex BB A6 E6 13 1C 0 A 104 38 4E
Octal 273 246 346 23 34 0 12 404 70 116
Binary 10111011 10100110 11100110 10011 11100 0 1010 100000100 111000 1001110

Color Harmonies of #BBA6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6E6

Black with #BBA6E6

Text Example


Text Example

White with #BBA6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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