Html Css Color HEX #BBA6DC Perfume

📋 copy color: '#BBA6DC'

red 187 ◦ green 166 ◦ blue 220

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

Shades of Perfume #BBA6DC

Tints of Perfume #BBA6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.97%

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

R = 32.64%
G = 28.97%
B = 38.39%

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

#BBA6DC (or 0xBBA6DC) is known color: Perfume. HEX triplet: BB, A6 and DC. RGB value is (187,166,220). Sum of RGB (Red+Green+Blue) = 187+166+220=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6DC is #445923. Grayscale: #B2B2B2. Windows color (decimal): -4479268 or 14460603. OLE color: 14460603.

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

Color convert

RGB 187 166 220 -
CMYK 0.15 0.25 0 0.14
HSL 263.33º 0.44% 0.76% -
HSV(B) 263.33º 0.25% 0.86% -
XYZ 47.05 43 73.53 -
YUV 178.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 187 166 220 0.15 0.25 0 0.14 263.33 0.44 0.76
Hex BB A6 DC F 19 0 E 107 2C 4C
Octal 273 246 334 17 31 0 16 407 54 114
Binary 10111011 10100110 11011100 1111 11001 0 1110 100000111 101100 1001100

Color Harmonies of #BBA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6DC

Black with #BBA6DC

Text Example


Text Example

White with #BBA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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