Html Css Color HEX #BBA8D6 Perfume

📋 copy color: '#BBA8D6'

red 187 ◦ green 168 ◦ blue 214

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

Shades of Perfume #BBA8D6

Tints of Perfume #BBA8D6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.53%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 32.86%
G = 29.53%
B = 37.61%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA8D6 (or 0xBBA8D6) is known color: Perfume. HEX triplet: BB, A8 and D6. RGB value is (187,168,214). Sum of RGB (Red+Green+Blue) = 187+168+214=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8D6 is #445729. Grayscale: #B2B2B2. Windows color (decimal): -4478762 or 14067899. OLE color: 14067899.

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

Color convert

RGB 187 168 214 -
CMYK 0.13 0.21 0 0.16
HSL 264.78º 0.36% 0.75% -
HSV(B) 264.78º 0.21% 0.84% -
XYZ 46.63 43.43 69.54 -
YUV 178.93 147.79 133.76 -
System Red Green Blue C M Y K H S L
Decimal 187 168 214 0.13 0.21 0 0.16 264.78 0.36 0.75
Hex BB A8 D6 D 15 0 10 109 24 4B
Octal 273 250 326 15 25 0 20 411 44 113
Binary 10111011 10101000 11010110 1101 10101 0 10000 100001001 100100 1001011

Color Harmonies of #BBA8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8D6

Black with #BBA8D6

Text Example


Text Example

White with #BBA8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8D6; }

 p { color: rgb(187,168,214); }

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

background-color css

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

 a { background-color: rgb(187,168,214); }

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

border-color css

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

 span { border-color: rgb(187,168,214); }

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