Html Css Color HEX #BC8FEE Perfume

📋 copy color: '#BC8FEE'

red 188 ◦ green 143 ◦ blue 238

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

Shades of Perfume #BC8FEE

Tints of Perfume #BC8FEE

RGB

 RED value IS 188 (73.83% from 255) = 33.04%

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

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

R = 33.04%
G = 25.13%
B = 41.83%

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

#BC8FEE (or 0xBC8FEE) is known color: Perfume. HEX triplet: BC, 8F and EE. RGB value is (188,143,238). Sum of RGB (Red+Green+Blue) = 188+143+238=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FEE is #437011. Grayscale: #A6A6A6. Windows color (decimal): -4419602 or 15634364. OLE color: 15634364.

HSL color Cylindrical-coordinate representation of color #BC8FEE: hue angle of 268.42º 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 #BC8FEE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 143 238 -
CMYK 0.21 0.40 0 0.07
HSL 268.42º 0.74% 0.75% -
HSV(B) 268.42º 0.4% 0.93% -
XYZ 45.99 36.51 85.51 -
YUV 167.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 188 143 238 0.21 0.40 0 0.07 268.42 0.74 0.75
Hex BC 8F EE 15 28 0 7 10C 4A 4B
Octal 274 217 356 25 50 0 7 414 112 113
Binary 10111100 10001111 11101110 10101 101000 0 111 100001100 1001010 1001011

Color Harmonies of #BC8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FEE

Black with #BC8FEE

Text Example


Text Example

White with #BC8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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