Html Css Color HEX #BBA4DD Perfume

📋 copy color: '#BBA4DD'

red 187 ◦ green 164 ◦ blue 221

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

Shades of Perfume #BBA4DD

Tints of Perfume #BBA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 32.69%
G = 28.67%
B = 38.64%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA4DD (or 0xBBA4DD) is known color: Perfume. HEX triplet: BB, A4 and DD. RGB value is (187,164,221). Sum of RGB (Red+Green+Blue) = 187+164+221=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4DD is #445B22. Grayscale: #B1B1B1. Windows color (decimal): -4479779 or 14525627. OLE color: 14525627.

HSL color Cylindrical-coordinate representation of color #BBA4DD: hue angle of 264.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA4DD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 164 221 -
CMYK 0.15 0.26 0 0.13
HSL 264.21º 0.46% 0.75% -
HSV(B) 264.21º 0.26% 0.87% -
XYZ 46.82 42.34 74.11 -
YUV 177.38 152.62 134.87 -
System Red Green Blue C M Y K H S L
Decimal 187 164 221 0.15 0.26 0 0.13 264.21 0.46 0.75
Hex BB A4 DD F 1A 0 D 108 2E 4B
Octal 273 244 335 17 32 0 15 410 56 113
Binary 10111011 10100100 11011101 1111 11010 0 1101 100001000 101110 1001011

Color Harmonies of #BBA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4DD

Black with #BBA4DD

Text Example


Text Example

White with #BBA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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