Html Css Color HEX #BB8EF9 Perfume

📋 copy color: '#BB8EF9'

red 187 ◦ green 142 ◦ blue 249

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

Shades of Perfume #BB8EF9

Tints of Perfume #BB8EF9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.57%

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 32.35%
G = 24.57%
B = 43.08%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB8EF9 (or 0xBB8EF9) is known color: Perfume. HEX triplet: BB, 8E and F9. RGB value is (187,142,249). Sum of RGB (Red+Green+Blue) = 187+142+249=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EF9 is #447106. Grayscale: #A7A7A7. Windows color (decimal): -4485383 or 16355003. OLE color: 16355003.

HSL color Cylindrical-coordinate representation of color #BB8EF9: hue angle of 265.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8EF9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 142 249 -
CMYK 0.25 0.43 0 0.02
HSL 265.23º 0.9% 0.77% -
HSV(B) 265.23º 0.43% 0.98% -
XYZ 47.27 36.75 94.22 -
YUV 167.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 187 142 249 0.25 0.43 0 0.02 265.23 0.9 0.77
Hex BB 8E F9 19 2B 0 2 109 5A 4D
Octal 273 216 371 31 53 0 2 411 132 115
Binary 10111011 10001110 11111001 11001 101011 0 10 100001001 1011010 1001101

Color Harmonies of #BB8EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EF9

Black with #BB8EF9

Text Example


Text Example

White with #BB8EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EF9; }

 p { color: rgb(187,142,249); }

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

background-color css

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

 a { background-color: rgb(187,142,249); }

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

border-color css

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

 span { border-color: rgb(187,142,249); }

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