Html Css Color HEX #BB8FFB Perfume

📋 copy color: '#BB8FFB'

red 187 ◦ green 143 ◦ blue 251

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

Shades of Perfume #BB8FFB

Tints of Perfume #BB8FFB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

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

R = 32.19%
G = 24.61%
B = 43.2%

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

#BB8FFB (or 0xBB8FFB) is known color: Perfume. HEX triplet: BB, 8F and FB. RGB value is (187,143,251). Sum of RGB (Red+Green+Blue) = 187+143+251=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FFB is #447004. Grayscale: #A8A8A8. Windows color (decimal): -4485125 or 16486331. OLE color: 16486331.

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

Color convert

RGB 187 143 251 -
CMYK 0.25 0.43 0 0.02
HSL 264.44º 0.93% 0.77% -
HSV(B) 264.44º 0.43% 0.98% -
XYZ 47.73 37.17 95.93 -
YUV 168.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 187 143 251 0.25 0.43 0 0.02 264.44 0.93 0.77
Hex BB 8F FB 19 2B 0 2 108 5D 4D
Octal 273 217 373 31 53 0 2 410 135 115
Binary 10111011 10001111 11111011 11001 101011 0 10 100001000 1011101 1001101

Color Harmonies of #BB8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FFB

Black with #BB8FFB

Text Example


Text Example

White with #BB8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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