Html Css Color HEX #BBA5DC Perfume

📋 copy color: '#BBA5DC'

red 187 ◦ green 165 ◦ blue 220

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

Shades of Perfume #BBA5DC

Tints of Perfume #BBA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 32.69%
G = 28.85%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA5DC (or 0xBBA5DC) is known color: Perfume. HEX triplet: BB, A5 and DC. RGB value is (187,165,220). Sum of RGB (Red+Green+Blue) = 187+165+220=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5DC is #445A23. Grayscale: #B1B1B1. Windows color (decimal): -4479524 or 14460347. OLE color: 14460347.

HSL color Cylindrical-coordinate representation of color #BBA5DC: hue angle of 264º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA5DC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 165 220 -
CMYK 0.15 0.25 0 0.14
HSL 264º 0.44% 0.75% -
HSV(B) 264º 0.25% 0.86% -
XYZ 46.87 42.64 73.47 -
YUV 177.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 187 165 220 0.15 0.25 0 0.14 264 0.44 0.75
Hex BB A5 DC F 19 0 E 108 2C 4B
Octal 273 245 334 17 31 0 16 410 54 113
Binary 10111011 10100101 11011100 1111 11001 0 1110 100001000 101100 1001011

Color Harmonies of #BBA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5DC

Black with #BBA5DC

Text Example


Text Example

White with #BBA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5DC; }

 p { color: rgb(187,165,220); }

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

background-color css

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

 a { background-color: rgb(187,165,220); }

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

border-color css

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

 span { border-color: rgb(187,165,220); }

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