Html Css Color HEX #BBA3DC Perfume

📋 copy color: '#BBA3DC'

red 187 ◦ green 163 ◦ blue 220

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

Shades of Perfume #BBA3DC

Tints of Perfume #BBA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.6%

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

R = 32.81%
G = 28.6%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBA3DC (or 0xBBA3DC) is known color: Perfume. HEX triplet: BB, A3 and DC. RGB value is (187,163,220). Sum of RGB (Red+Green+Blue) = 187+163+220=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DC is #445C23. Grayscale: #B0B0B0. Windows color (decimal): -4480036 or 14459835. OLE color: 14459835.

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

Color convert

RGB 187 163 220 -
CMYK 0.15 0.26 0 0.14
HSL 265.26º 0.45% 0.75% -
HSV(B) 265.26º 0.26% 0.86% -
XYZ 46.51 41.93 73.35 -
YUV 176.67 152.45 135.37 -
System Red Green Blue C M Y K H S L
Decimal 187 163 220 0.15 0.26 0 0.14 265.26 0.45 0.75
Hex BB A3 DC F 1A 0 E 109 2D 4B
Octal 273 243 334 17 32 0 16 411 55 113
Binary 10111011 10100011 11011100 1111 11010 0 1110 100001001 101101 1001011

Color Harmonies of #BBA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DC

Black with #BBA3DC

Text Example


Text Example

White with #BBA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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