Html Css Color HEX #BC94FC Perfume

📋 copy color: '#BC94FC'

red 188 ◦ green 148 ◦ blue 252

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

Shades of Perfume #BC94FC

Tints of Perfume #BC94FC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.17%

 BLUE value IS 252 (98.83% from 255) = 42.86%

R = 31.97%
G = 25.17%
B = 42.86%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC94FC (or 0xBC94FC) is known color: Perfume. HEX triplet: BC, 94 and FC. RGB value is (188,148,252). Sum of RGB (Red+Green+Blue) = 188+148+252=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94FC is #436B03. Grayscale: #ABABAB. Windows color (decimal): -4418308 or 16553148. OLE color: 16553148.

HSL color Cylindrical-coordinate representation of color #BC94FC: hue angle of 263.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC94FC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 148 252 -
CMYK 0.25 0.41 0 0.01
HSL 263.08º 0.95% 0.78% -
HSV(B) 263.08º 0.41% 0.99% -
XYZ 48.9 38.9 97.03 -
YUV 171.82 173.25 139.54 -
System Red Green Blue C M Y K H S L
Decimal 188 148 252 0.25 0.41 0 0.01 263.08 0.95 0.78
Hex BC 94 FC 19 29 0 1 107 5F 4E
Octal 274 224 374 31 51 0 1 407 137 116
Binary 10111100 10010100 11111100 11001 101001 0 1 100000111 1011111 1001110

Color Harmonies of #BC94FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94FC

Black with #BC94FC

Text Example


Text Example

White with #BC94FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94FC; }

 p { color: rgb(188,148,252); }

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

background-color css

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

 a { background-color: rgb(188,148,252); }

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

border-color css

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

 span { border-color: rgb(188,148,252); }

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