Html Css Color HEX #BB8FEE Perfume

📋 copy color: '#BB8FEE'

red 187 ◦ green 143 ◦ blue 238

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

Shades of Perfume #BB8FEE

Tints of Perfume #BB8FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 32.92%
G = 25.18%
B = 41.9%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB8FEE (or 0xBB8FEE) is known color: Perfume. HEX triplet: BB, 8F and EE. RGB value is (187,143,238). Sum of RGB (Red+Green+Blue) = 187+143+238=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FEE is #447011. Grayscale: #A6A6A6. Windows color (decimal): -4485138 or 15634363. OLE color: 15634363.

HSL color Cylindrical-coordinate representation of color #BB8FEE: hue angle of 267.79º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8FEE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 143 238 -
CMYK 0.21 0.40 0 0.07
HSL 267.79º 0.74% 0.75% -
HSV(B) 267.79º 0.4% 0.93% -
XYZ 45.75 36.38 85.5 -
YUV 166.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 187 143 238 0.21 0.40 0 0.07 267.79 0.74 0.75
Hex BB 8F EE 15 28 0 7 10C 4A 4B
Octal 273 217 356 25 50 0 7 414 112 113
Binary 10111011 10001111 11101110 10101 101000 0 111 100001100 1001010 1001011

Color Harmonies of #BB8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FEE

Black with #BB8FEE

Text Example


Text Example

White with #BB8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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