Html Css Color HEX #BBA4D8 Perfume

📋 copy color: '#BBA4D8'

red 187 ◦ green 164 ◦ blue 216

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

Shades of Perfume #BBA4D8

Tints of Perfume #BBA4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 32.98%
G = 28.92%
B = 38.1%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA4D8 (or 0xBBA4D8) is known color: Perfume. HEX triplet: BB, A4 and D8. RGB value is (187,164,216). Sum of RGB (Red+Green+Blue) = 187+164+216=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D8 is #445B27. Grayscale: #B0B0B0. Windows color (decimal): -4479784 or 14197947. OLE color: 14197947.

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

Color convert

RGB 187 164 216 -
CMYK 0.13 0.24 0 0.15
HSL 266.54º 0.4% 0.75% -
HSV(B) 266.54º 0.24% 0.85% -
XYZ 46.16 42.07 70.65 -
YUV 176.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 187 164 216 0.13 0.24 0 0.15 266.54 0.4 0.75
Hex BB A4 D8 D 18 0 F 10B 28 4B
Octal 273 244 330 15 30 0 17 413 50 113
Binary 10111011 10100100 11011000 1101 11000 0 1111 100001011 101000 1001011

Color Harmonies of #BBA4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4D8

Black with #BBA4D8

Text Example


Text Example

White with #BBA4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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