Html Css Color HEX #BBA5EF Perfume

📋 copy color: '#BBA5EF'

red 187 ◦ green 165 ◦ blue 239

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

Shades of Perfume #BBA5EF

Tints of Perfume #BBA5EF

RGB

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

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

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

R = 31.64%
G = 27.92%
B = 40.44%

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

#BBA5EF (or 0xBBA5EF) is known color: Perfume. HEX triplet: BB, A5 and EF. RGB value is (187,165,239). Sum of RGB (Red+Green+Blue) = 187+165+239=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5EF is #445A10. Grayscale: #B3B3B3. Windows color (decimal): -4479505 or 15705531. OLE color: 15705531.

HSL color Cylindrical-coordinate representation of color #BBA5EF: hue angle of 257.84º 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 #BBA5EF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 165 239 -
CMYK 0.22 0.31 0 0.06
HSL 257.84º 0.7% 0.79% -
HSV(B) 257.84º 0.31% 0.94% -
XYZ 49.53 43.71 87.49 -
YUV 180.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 187 165 239 0.22 0.31 0 0.06 257.84 0.7 0.79
Hex BB A5 EF 16 1F 0 6 102 46 4F
Octal 273 245 357 26 37 0 6 402 106 117
Binary 10111011 10100101 11101111 10110 11111 0 110 100000010 1000110 1001111

Color Harmonies of #BBA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5EF

Black with #BBA5EF

Text Example


Text Example

White with #BBA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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