Html Css Color HEX #BBA3EF Perfume

📋 copy color: '#BBA3EF'

red 187 ◦ green 163 ◦ blue 239

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

Shades of Perfume #BBA3EF

Tints of Perfume #BBA3EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 31.75%
G = 27.67%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA3EF (or 0xBBA3EF) is known color: Perfume. HEX triplet: BB, A3 and EF. RGB value is (187,163,239). Sum of RGB (Red+Green+Blue) = 187+163+239=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EF is #445C10. Grayscale: #B2B2B2. Windows color (decimal): -4480017 or 15705019. OLE color: 15705019.

HSL color Cylindrical-coordinate representation of color #BBA3EF: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA3EF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 163 239 -
CMYK 0.22 0.32 0 0.06
HSL 258.95º 0.7% 0.79% -
HSV(B) 258.95º 0.32% 0.94% -
XYZ 49.17 42.99 87.37 -
YUV 178.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 187 163 239 0.22 0.32 0 0.06 258.95 0.7 0.79
Hex BB A3 EF 16 20 0 6 103 46 4F
Octal 273 243 357 26 40 0 6 403 106 117
Binary 10111011 10100011 11101111 10110 100000 0 110 100000011 1000110 1001111

Color Harmonies of #BBA3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3EF

Black with #BBA3EF

Text Example


Text Example

White with #BBA3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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