Html Css Color HEX #BBA3DA Perfume

📋 copy color: '#BBA3DA'

red 187 ◦ green 163 ◦ blue 218

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

Shades of Perfume #BBA3DA

Tints of Perfume #BBA3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 32.92%
G = 28.7%
B = 38.38%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBA3DA (or 0xBBA3DA) is known color: Perfume. HEX triplet: BB, A3 and DA. RGB value is (187,163,218). Sum of RGB (Red+Green+Blue) = 187+163+218=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA3DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DA is #445C25. Grayscale: #B0B0B0. Windows color (decimal): -4480038 or 14328763. OLE color: 14328763.

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

Color convert

RGB 187 163 218 -
CMYK 0.14 0.25 0 0.15
HSL 266.18º 0.43% 0.75% -
HSV(B) 266.18º 0.25% 0.85% -
XYZ 46.25 41.82 71.96 -
YUV 176.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 187 163 218 0.14 0.25 0 0.15 266.18 0.43 0.75
Hex BB A3 DA E 19 0 F 10A 2B 4B
Octal 273 243 332 16 31 0 17 412 53 113
Binary 10111011 10100011 11011010 1110 11001 0 1111 100001010 101011 1001011

Color Harmonies of #BBA3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DA

Black with #BBA3DA

Text Example


Text Example

White with #BBA3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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