Html Css Color HEX #BBA2E1 Perfume

📋 copy color: '#BBA2E1'

red 187 ◦ green 162 ◦ blue 225

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

Shades of Perfume #BBA2E1

Tints of Perfume #BBA2E1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.22%

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 32.58%
G = 28.22%
B = 39.2%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBA2E1 (or 0xBBA2E1) is known color: Perfume. HEX triplet: BB, A2 and E1. RGB value is (187,162,225). Sum of RGB (Red+Green+Blue) = 187+162+225=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBA2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2E1 is #445D1E. Grayscale: #B0B0B0. Windows color (decimal): -4480287 or 14787259. OLE color: 14787259.

HSL color Cylindrical-coordinate representation of color #BBA2E1: hue angle of 263.81º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA2E1 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 162 225 -
CMYK 0.17 0.28 0 0.12
HSL 263.81º 0.51% 0.76% -
HSV(B) 263.81º 0.28% 0.88% -
XYZ 47 41.84 76.83 -
YUV 176.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 187 162 225 0.17 0.28 0 0.12 263.81 0.51 0.76
Hex BB A2 E1 11 1C 0 C 108 33 4C
Octal 273 242 341 21 34 0 14 410 63 114
Binary 10111011 10100010 11100001 10001 11100 0 1100 100001000 110011 1001100

Color Harmonies of #BBA2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2E1

Black with #BBA2E1

Text Example


Text Example

White with #BBA2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2E1; }

 p { color: rgb(187,162,225); }

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

background-color css

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

 a { background-color: rgb(187,162,225); }

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

border-color css

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

 span { border-color: rgb(187,162,225); }

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