Html Css Color HEX #BBA1ED Perfume

📋 copy color: '#BBA1ED'

red 187 ◦ green 161 ◦ blue 237

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

Shades of Perfume #BBA1ED

Tints of Perfume #BBA1ED

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.52%

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

R = 31.97%
G = 27.52%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA1ED (or 0xBBA1ED) is known color: Perfume. HEX triplet: BB, A1 and ED. RGB value is (187,161,237). Sum of RGB (Red+Green+Blue) = 187+161+237=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1ED is #445E12. Grayscale: #B1B1B1. Windows color (decimal): -4480531 or 15573435. OLE color: 15573435.

HSL color Cylindrical-coordinate representation of color #BBA1ED: hue angle of 260.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA1ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 161 237 -
CMYK 0.21 0.32 0 0.07
HSL 260.53º 0.68% 0.78% -
HSV(B) 260.53º 0.32% 0.93% -
XYZ 48.52 42.17 85.7 -
YUV 177.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 187 161 237 0.21 0.32 0 0.07 260.53 0.68 0.78
Hex BB A1 ED 15 20 0 7 105 44 4E
Octal 273 241 355 25 40 0 7 405 104 116
Binary 10111011 10100001 11101101 10101 100000 0 111 100000101 1000100 1001110

Color Harmonies of #BBA1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1ED

Black with #BBA1ED

Text Example


Text Example

White with #BBA1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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