Html Css Color HEX #BBA6EA Perfume

📋 copy color: '#BBA6EA'

red 187 ◦ green 166 ◦ blue 234

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

Shades of Perfume #BBA6EA

Tints of Perfume #BBA6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 31.86%
G = 28.28%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA6EA (or 0xBBA6EA) is known color: Perfume. HEX triplet: BB, A6 and EA. RGB value is (187,166,234). Sum of RGB (Red+Green+Blue) = 187+166+234=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6EA is #445915. Grayscale: #B3B3B3. Windows color (decimal): -4479254 or 15378107. OLE color: 15378107.

HSL color Cylindrical-coordinate representation of color #BBA6EA: hue angle of 258.53º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA6EA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 166 234 -
CMYK 0.20 0.29 0 0.08
HSL 258.53º 0.62% 0.78% -
HSV(B) 258.53º 0.29% 0.92% -
XYZ 48.98 43.78 83.71 -
YUV 180.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 187 166 234 0.20 0.29 0 0.08 258.53 0.62 0.78
Hex BB A6 EA 14 1D 0 8 103 3E 4E
Octal 273 246 352 24 35 0 10 403 76 116
Binary 10111011 10100110 11101010 10100 11101 0 1000 100000011 111110 1001110

Color Harmonies of #BBA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6EA

Black with #BBA6EA

Text Example


Text Example

White with #BBA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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