Html Css Color HEX #BBA3DE Perfume

📋 copy color: '#BBA3DE'

red 187 ◦ green 163 ◦ blue 222

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

Shades of Perfume #BBA3DE

Tints of Perfume #BBA3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 32.69%
G = 28.5%
B = 38.81%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA3DE (or 0xBBA3DE) is known color: Perfume. HEX triplet: BB, A3 and DE. RGB value is (187,163,222). Sum of RGB (Red+Green+Blue) = 187+163+222=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 163 (64.06% from 255 or 28.50% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA3DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3DE is #445C21. Grayscale: #B0B0B0. Windows color (decimal): -4480034 or 14590907. OLE color: 14590907.

HSL color Cylindrical-coordinate representation of color #BBA3DE: hue angle of 264.41º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA3DE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 163 222 -
CMYK 0.16 0.27 0 0.13
HSL 264.41º 0.47% 0.75% -
HSV(B) 264.41º 0.27% 0.87% -
XYZ 46.78 42.03 74.76 -
YUV 176.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 187 163 222 0.16 0.27 0 0.13 264.41 0.47 0.75
Hex BB A3 DE 10 1B 0 D 108 2F 4B
Octal 273 243 336 20 33 0 15 410 57 113
Binary 10111011 10100011 11011110 10000 11011 0 1101 100001000 101111 1001011

Color Harmonies of #BBA3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3DE

Black with #BBA3DE

Text Example


Text Example

White with #BBA3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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