Html Css Color HEX #BBA3EA Perfume

📋 copy color: '#BBA3EA'

red 187 ◦ green 163 ◦ blue 234

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

Shades of Perfume #BBA3EA

Tints of Perfume #BBA3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 32.02%
G = 27.91%
B = 40.07%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBA3EA (or 0xBBA3EA) is known color: Perfume. HEX triplet: BB, A3 and EA. RGB value is (187,163,234). Sum of RGB (Red+Green+Blue) = 187+163+234=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 163 (64.06% from 255 or 27.91% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBA3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EA is #445C15. Grayscale: #B2B2B2. Windows color (decimal): -4480022 or 15377339. OLE color: 15377339.

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

Color convert

RGB 187 163 234 -
CMYK 0.20 0.30 0 0.08
HSL 260.28º 0.63% 0.78% -
HSV(B) 260.28º 0.3% 0.92% -
XYZ 48.44 42.7 83.53 -
YUV 178.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 187 163 234 0.20 0.30 0 0.08 260.28 0.63 0.78
Hex BB A3 EA 14 1E 0 8 104 3F 4E
Octal 273 243 352 24 36 0 10 404 77 116
Binary 10111011 10100011 11101010 10100 11110 0 1000 100000100 111111 1001110

Color Harmonies of #BBA3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3EA

Black with #BBA3EA

Text Example


Text Example

White with #BBA3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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