Html Css Color HEX #BC9EEF Perfume

📋 copy color: '#BC9EEF'

red 188 ◦ green 158 ◦ blue 239

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

Shades of Perfume #BC9EEF

Tints of Perfume #BC9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.01%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 32.14%
G = 27.01%
B = 40.85%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC9EEF (or 0xBC9EEF) is known color: Perfume. HEX triplet: BC, 9E and EF. RGB value is (188,158,239). Sum of RGB (Red+Green+Blue) = 188+158+239=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EEF is #436110. Grayscale: #AFAFAF. Windows color (decimal): -4415761 or 15703740. OLE color: 15703740.

HSL color Cylindrical-coordinate representation of color #BC9EEF: hue angle of 262.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC9EEF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 158 239 -
CMYK 0.21 0.34 0 0.06
HSL 262.22º 0.72% 0.78% -
HSV(B) 262.22º 0.34% 0.94% -
XYZ 48.55 41.38 87.09 -
YUV 176.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 188 158 239 0.21 0.34 0 0.06 262.22 0.72 0.78
Hex BC 9E EF 15 22 0 6 106 48 4E
Octal 274 236 357 25 42 0 6 406 110 116
Binary 10111100 10011110 11101111 10101 100010 0 110 100000110 1001000 1001110

Color Harmonies of #BC9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EEF

Black with #BC9EEF

Text Example


Text Example

White with #BC9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EEF; }

 p { color: rgb(188,158,239); }

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

background-color css

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

 a { background-color: rgb(188,158,239); }

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

border-color css

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

 span { border-color: rgb(188,158,239); }

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