Html Css Color HEX #BBA3EB Perfume

📋 copy color: '#BBA3EB'

red 187 ◦ green 163 ◦ blue 235

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

Shades of Perfume #BBA3EB

Tints of Perfume #BBA3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 31.97%
G = 27.86%
B = 40.17%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA3EB (or 0xBBA3EB) is known color: Perfume. HEX triplet: BB, A3 and EB. RGB value is (187,163,235). Sum of RGB (Red+Green+Blue) = 187+163+235=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EB is #445C14. Grayscale: #B2B2B2. Windows color (decimal): -4480021 or 15442875. OLE color: 15442875.

HSL color Cylindrical-coordinate representation of color #BBA3EB: hue angle of 260º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA3EB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 163 235 -
CMYK 0.20 0.31 0 0.08
HSL 260º 0.64% 0.78% -
HSV(B) 260º 0.31% 0.92% -
XYZ 48.59 42.76 84.29 -
YUV 178.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 187 163 235 0.20 0.31 0 0.08 260 0.64 0.78
Hex BB A3 EB 14 1F 0 8 104 40 4E
Octal 273 243 353 24 37 0 10 404 100 116
Binary 10111011 10100011 11101011 10100 11111 0 1000 100000100 1000000 1001110

Color Harmonies of #BBA3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3EB

Black with #BBA3EB

Text Example


Text Example

White with #BBA3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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