Html Css Color HEX #BB8EEF Perfume

📋 copy color: '#BB8EEF'

red 187 ◦ green 142 ◦ blue 239

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

Shades of Perfume #BB8EEF

Tints of Perfume #BB8EEF

RGB

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

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

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

R = 32.92%
G = 25%
B = 42.08%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB8EEF (or 0xBB8EEF) is known color: Perfume. HEX triplet: BB, 8E and EF. RGB value is (187,142,239). Sum of RGB (Red+Green+Blue) = 187+142+239=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EEF is #447110. Grayscale: #A6A6A6. Windows color (decimal): -4485393 or 15699643. OLE color: 15699643.

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

Color convert

RGB 187 142 239 -
CMYK 0.22 0.41 0 0.06
HSL 267.84º 0.75% 0.75% -
HSV(B) 267.84º 0.41% 0.94% -
XYZ 45.75 36.14 86.23 -
YUV 166.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 187 142 239 0.22 0.41 0 0.06 267.84 0.75 0.75
Hex BB 8E EF 16 29 0 6 10C 4B 4B
Octal 273 216 357 26 51 0 6 414 113 113
Binary 10111011 10001110 11101111 10110 101001 0 110 100001100 1001011 1001011

Color Harmonies of #BB8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EEF

Black with #BB8EEF

Text Example


Text Example

White with #BB8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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