Html Css Color HEX #BB8FFE Perfume

📋 copy color: '#BB8FFE'

red 187 ◦ green 143 ◦ blue 254

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

Shades of Perfume #BB8FFE

Tints of Perfume #BB8FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 32.02%
G = 24.49%
B = 43.49%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB8FFE (or 0xBB8FFE) is known color: Perfume. HEX triplet: BB, 8F and FE. RGB value is (187,143,254). Sum of RGB (Red+Green+Blue) = 187+143+254=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FFE is #447001. Grayscale: #A8A8A8. Windows color (decimal): -4485122 or 16682939. OLE color: 16682939.

HSL color Cylindrical-coordinate representation of color #BB8FFE: hue angle of 263.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8FFE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 143 254 -
CMYK 0.26 0.44 0 0.00
HSL 263.78º 0.98% 0.78% -
HSV(B) 263.78º 0.44% 1% -
XYZ 48.21 37.37 98.44 -
YUV 168.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 187 143 254 0.26 0.44 0 0.00 263.78 0.98 0.78
Hex BB 8F FE 1A 2C 0 0 108 62 4E
Octal 273 217 376 32 54 0 0 410 142 116
Binary 10111011 10001111 11111110 11010 101100 0 0 100001000 1100010 1001110

Color Harmonies of #BB8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FFE

Black with #BB8FFE

Text Example


Text Example

White with #BB8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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