Html Css Color HEX #BBA6EB Perfume

📋 copy color: '#BBA6EB'

red 187 ◦ green 166 ◦ blue 235

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

Shades of Perfume #BBA6EB

Tints of Perfume #BBA6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.97%

R = 31.8%
G = 28.23%
B = 39.97%

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

#BBA6EB (or 0xBBA6EB) is known color: Perfume. HEX triplet: BB, A6 and EB. RGB value is (187,166,235). Sum of RGB (Red+Green+Blue) = 187+166+235=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6EB is #445914. Grayscale: #B3B3B3. Windows color (decimal): -4479253 or 15443643. OLE color: 15443643.

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

Color convert

RGB 187 166 235 -
CMYK 0.20 0.29 0 0.08
HSL 258.26º 0.63% 0.79% -
HSV(B) 258.26º 0.29% 0.92% -
XYZ 49.13 43.84 84.47 -
YUV 180.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 187 166 235 0.20 0.29 0 0.08 258.26 0.63 0.79
Hex BB A6 EB 14 1D 0 8 102 3F 4F
Octal 273 246 353 24 35 0 10 402 77 117
Binary 10111011 10100110 11101011 10100 11101 0 1000 100000010 111111 1001111

Color Harmonies of #BBA6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6EB

Black with #BBA6EB

Text Example


Text Example

White with #BBA6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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