Html Css Color HEX #BBA8D5 Perfume

📋 copy color: '#BBA8D5'

red 187 ◦ green 168 ◦ blue 213

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

Shades of Perfume #BBA8D5

Tints of Perfume #BBA8D5

RGB

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

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

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

R = 32.92%
G = 29.58%
B = 37.5%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBA8D5 (or 0xBBA8D5) is known color: Perfume. HEX triplet: BB, A8 and D5. RGB value is (187,168,213). Sum of RGB (Red+Green+Blue) = 187+168+213=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8D5 is #44572A. Grayscale: #B2B2B2. Windows color (decimal): -4478763 or 14002363. OLE color: 14002363.

HSL color Cylindrical-coordinate representation of color #BBA8D5: hue angle of 265.33º degrees, saturation: 0.35, 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 #BBA8D5 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 168 213 -
CMYK 0.12 0.21 0 0.16
HSL 265.33º 0.35% 0.75% -
HSV(B) 265.33º 0.21% 0.84% -
XYZ 46.51 43.37 68.87 -
YUV 178.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 187 168 213 0.12 0.21 0 0.16 265.33 0.35 0.75
Hex BB A8 D5 C 15 0 10 109 23 4B
Octal 273 250 325 14 25 0 20 411 43 113
Binary 10111011 10101000 11010101 1100 10101 0 10000 100001001 100011 1001011

Color Harmonies of #BBA8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8D5

Black with #BBA8D5

Text Example


Text Example

White with #BBA8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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