Html Css Color HEX #BBA6ED Perfume

📋 copy color: '#BBA6ED'

red 187 ◦ green 166 ◦ blue 237

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

Shades of Perfume #BBA6ED

Tints of Perfume #BBA6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 31.69%
G = 28.14%
B = 40.17%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA6ED (or 0xBBA6ED) is known color: Perfume. HEX triplet: BB, A6 and ED. RGB value is (187,166,237). Sum of RGB (Red+Green+Blue) = 187+166+237=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6ED is #445912. Grayscale: #B4B4B4. Windows color (decimal): -4479251 or 15574715. OLE color: 15574715.

HSL color Cylindrical-coordinate representation of color #BBA6ED: hue angle of 257.75º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA6ED is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 166 237 -
CMYK 0.21 0.30 0 0.07
HSL 257.75º 0.66% 0.79% -
HSV(B) 257.75º 0.3% 0.93% -
XYZ 49.42 43.95 86 -
YUV 180.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 187 166 237 0.21 0.30 0 0.07 257.75 0.66 0.79
Hex BB A6 ED 15 1E 0 7 102 42 4F
Octal 273 246 355 25 36 0 7 402 102 117
Binary 10111011 10100110 11101101 10101 11110 0 111 100000010 1000010 1001111

Color Harmonies of #BBA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6ED

Black with #BBA6ED

Text Example


Text Example

White with #BBA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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