Html Css Color HEX #BBA2E7 Perfume

📋 copy color: '#BBA2E7'

red 187 ◦ green 162 ◦ blue 231

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

Shades of Perfume #BBA2E7

Tints of Perfume #BBA2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 32.24%
G = 27.93%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA2E7 (or 0xBBA2E7) is known color: Perfume. HEX triplet: BB, A2 and E7. RGB value is (187,162,231). Sum of RGB (Red+Green+Blue) = 187+162+231=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA2E7 is #445D18. Grayscale: #B1B1B1. Windows color (decimal): -4480281 or 15180475. OLE color: 15180475.

HSL color Cylindrical-coordinate representation of color #BBA2E7: hue angle of 261.74º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA2E7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 162 231 -
CMYK 0.19 0.30 0 0.09
HSL 261.74º 0.59% 0.77% -
HSV(B) 261.74º 0.3% 0.91% -
XYZ 47.84 42.17 81.22 -
YUV 177.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 187 162 231 0.19 0.30 0 0.09 261.74 0.59 0.77
Hex BB A2 E7 13 1E 0 9 106 3B 4D
Octal 273 242 347 23 36 0 11 406 73 115
Binary 10111011 10100010 11100111 10011 11110 0 1001 100000110 111011 1001101

Color Harmonies of #BBA2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA2E7

Black with #BBA2E7

Text Example


Text Example

White with #BBA2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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