Html Css Color HEX #BBA5DE Perfume

📋 copy color: '#BBA5DE'

red 187 ◦ green 165 ◦ blue 222

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

Shades of Perfume #BBA5DE

Tints of Perfume #BBA5DE

RGB

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

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

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

R = 32.58%
G = 28.75%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BBA5DE (or 0xBBA5DE) is known color: Perfume. HEX triplet: BB, A5 and DE. RGB value is (187,165,222). Sum of RGB (Red+Green+Blue) = 187+165+222=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BBA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5DE is #445A21. Grayscale: #B1B1B1. Windows color (decimal): -4479522 or 14591419. OLE color: 14591419.

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

Color convert

RGB 187 165 222 -
CMYK 0.16 0.26 0 0.13
HSL 263.16º 0.46% 0.76% -
HSV(B) 263.16º 0.26% 0.87% -
XYZ 47.13 42.75 74.87 -
YUV 178.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 187 165 222 0.16 0.26 0 0.13 263.16 0.46 0.76
Hex BB A5 DE 10 1A 0 D 107 2E 4C
Octal 273 245 336 20 32 0 15 407 56 114
Binary 10111011 10100101 11011110 10000 11010 0 1101 100000111 101110 1001100

Color Harmonies of #BBA5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5DE

Black with #BBA5DE

Text Example


Text Example

White with #BBA5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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