Html Css Color HEX #BC94EE Perfume

📋 copy color: '#BC94EE'

red 188 ◦ green 148 ◦ blue 238

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

Shades of Perfume #BC94EE

Tints of Perfume #BC94EE

RGB

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

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

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

R = 32.75%
G = 25.78%
B = 41.46%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC94EE (or 0xBC94EE) is known color: Perfume. HEX triplet: BC, 94 and EE. RGB value is (188,148,238). Sum of RGB (Red+Green+Blue) = 188+148+238=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC94EE is #436B11. Grayscale: #A9A9A9. Windows color (decimal): -4418322 or 15635644. OLE color: 15635644.

HSL color Cylindrical-coordinate representation of color #BC94EE: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC94EE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 148 238 -
CMYK 0.21 0.38 0 0.07
HSL 266.67º 0.73% 0.76% -
HSV(B) 266.67º 0.38% 0.93% -
XYZ 46.76 38.04 85.77 -
YUV 170.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 188 148 238 0.21 0.38 0 0.07 266.67 0.73 0.76
Hex BC 94 EE 15 26 0 7 10B 49 4C
Octal 274 224 356 25 46 0 7 413 111 114
Binary 10111100 10010100 11101110 10101 100110 0 111 100001011 1001001 1001100

Color Harmonies of #BC94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94EE

Black with #BC94EE

Text Example


Text Example

White with #BC94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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