Html Css Color HEX #BBA1E4 Perfume

📋 copy color: '#BBA1E4'

red 187 ◦ green 161 ◦ blue 228

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

Shades of Perfume #BBA1E4

Tints of Perfume #BBA1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.58%

R = 32.47%
G = 27.95%
B = 39.58%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBA1E4 (or 0xBBA1E4) is known color: Perfume. HEX triplet: BB, A1 and E4. RGB value is (187,161,228). Sum of RGB (Red+Green+Blue) = 187+161+228=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA1E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1E4 is #445E1B. Grayscale: #B0B0B0. Windows color (decimal): -4480540 or 14983611. OLE color: 14983611.

HSL color Cylindrical-coordinate representation of color #BBA1E4: hue angle of 263.28º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA1E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 161 228 -
CMYK 0.18 0.29 0 0.11
HSL 263.28º 0.55% 0.76% -
HSV(B) 263.28º 0.29% 0.89% -
XYZ 47.24 41.66 78.95 -
YUV 176.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 187 161 228 0.18 0.29 0 0.11 263.28 0.55 0.76
Hex BB A1 E4 12 1D 0 B 107 37 4C
Octal 273 241 344 22 35 0 13 407 67 114
Binary 10111011 10100001 11100100 10010 11101 0 1011 100000111 110111 1001100

Color Harmonies of #BBA1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA1E4

Black with #BBA1E4

Text Example


Text Example

White with #BBA1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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