Html Css Color HEX #BBA4EF Perfume

📋 copy color: '#BBA4EF'

red 187 ◦ green 164 ◦ blue 239

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

Shades of Perfume #BBA4EF

Tints of Perfume #BBA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.8%

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

R = 31.69%
G = 27.8%
B = 40.51%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA4EF (or 0xBBA4EF) is known color: Perfume. HEX triplet: BB, A4 and EF. RGB value is (187,164,239). Sum of RGB (Red+Green+Blue) = 187+164+239=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4EF is #445B10. Grayscale: #B3B3B3. Windows color (decimal): -4479761 or 15705275. OLE color: 15705275.

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

Color convert

RGB 187 164 239 -
CMYK 0.22 0.31 0 0.06
HSL 258.4º 0.7% 0.79% -
HSV(B) 258.4º 0.31% 0.94% -
XYZ 49.35 43.35 87.43 -
YUV 179.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 187 164 239 0.22 0.31 0 0.06 258.4 0.7 0.79
Hex BB A4 EF 16 1F 0 6 102 46 4F
Octal 273 244 357 26 37 0 6 402 106 117
Binary 10111011 10100100 11101111 10110 11111 0 110 100000010 1000110 1001111

Color Harmonies of #BBA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4EF

Black with #BBA4EF

Text Example


Text Example

White with #BBA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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