Html Css Color HEX #BB8EFB Perfume

📋 copy color: '#BB8EFB'

red 187 ◦ green 142 ◦ blue 251

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

Shades of Perfume #BB8EFB

Tints of Perfume #BB8EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.28%

R = 32.24%
G = 24.48%
B = 43.28%

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

#BB8EFB (or 0xBB8EFB) is known color: Perfume. HEX triplet: BB, 8E and FB. RGB value is (187,142,251). Sum of RGB (Red+Green+Blue) = 187+142+251=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EFB is #447104. Grayscale: #A7A7A7. Windows color (decimal): -4485381 or 16486075. OLE color: 16486075.

HSL color Cylindrical-coordinate representation of color #BB8EFB: hue angle of 264.77º degrees, saturation: 0.93, 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 #BB8EFB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 142 251 -
CMYK 0.25 0.43 0 0.02
HSL 264.77º 0.93% 0.77% -
HSV(B) 264.77º 0.43% 0.98% -
XYZ 47.58 36.88 95.88 -
YUV 167.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 187 142 251 0.25 0.43 0 0.02 264.77 0.93 0.77
Hex BB 8E FB 19 2B 0 2 109 5D 4D
Octal 273 216 373 31 53 0 2 411 135 115
Binary 10111011 10001110 11111011 11001 101011 0 10 100001001 1011101 1001101

Color Harmonies of #BB8EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EFB

Black with #BB8EFB

Text Example


Text Example

White with #BB8EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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