Html Css Color HEX #BBA4D5 Perfume

📋 copy color: '#BBA4D5'

red 187 ◦ green 164 ◦ blue 213

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

Shades of Perfume #BBA4D5

Tints of Perfume #BBA4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 33.16%
G = 29.08%
B = 37.77%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA4D5 (or 0xBBA4D5) is known color: Perfume. HEX triplet: BB, A4 and D5. RGB value is (187,164,213). Sum of RGB (Red+Green+Blue) = 187+164+213=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D5 is #445B2A. Grayscale: #B0B0B0. Windows color (decimal): -4479787 or 14001339. OLE color: 14001339.

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

Color convert

RGB 187 164 213 -
CMYK 0.12 0.23 0 0.16
HSL 268.16º 0.37% 0.74% -
HSV(B) 268.16º 0.23% 0.84% -
XYZ 45.78 41.92 68.63 -
YUV 176.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 187 164 213 0.12 0.23 0 0.16 268.16 0.37 0.74
Hex BB A4 D5 C 17 0 10 10C 25 4A
Octal 273 244 325 14 27 0 20 414 45 112
Binary 10111011 10100100 11010101 1100 10111 0 10000 100001100 100101 1001010

Color Harmonies of #BBA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4D5

Black with #BBA4D5

Text Example


Text Example

White with #BBA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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