Html Css Color HEX #BBA4D7 Perfume

📋 copy color: '#BBA4D7'

red 187 ◦ green 164 ◦ blue 215

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

Shades of Perfume #BBA4D7

Tints of Perfume #BBA4D7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.98%

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 33.04%
G = 28.98%
B = 37.99%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA4D7 (or 0xBBA4D7) is known color: Perfume. HEX triplet: BB, A4 and D7. RGB value is (187,164,215). Sum of RGB (Red+Green+Blue) = 187+164+215=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBA4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D7 is #445B28. Grayscale: #B0B0B0. Windows color (decimal): -4479785 or 14132411. OLE color: 14132411.

HSL color Cylindrical-coordinate representation of color #BBA4D7: hue angle of 267.06º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA4D7 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 164 215 -
CMYK 0.13 0.24 0 0.16
HSL 267.06º 0.39% 0.74% -
HSV(B) 267.06º 0.24% 0.84% -
XYZ 46.03 42.02 69.97 -
YUV 176.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 187 164 215 0.13 0.24 0 0.16 267.06 0.39 0.74
Hex BB A4 D7 D 18 0 10 10B 27 4A
Octal 273 244 327 15 30 0 20 413 47 112
Binary 10111011 10100100 11010111 1101 11000 0 10000 100001011 100111 1001010

Color Harmonies of #BBA4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4D7

Black with #BBA4D7

Text Example


Text Example

White with #BBA4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4D7; }

 p { color: rgb(187,164,215); }

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

background-color css

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

 a { background-color: rgb(187,164,215); }

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

border-color css

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

 span { border-color: rgb(187,164,215); }

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