Html Css Color HEX #BC9ED8 Perfume

📋 copy color: '#BC9ED8'

red 188 ◦ green 158 ◦ blue 216

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

Shades of Perfume #BC9ED8

Tints of Perfume #BC9ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 33.45%
G = 28.11%
B = 38.43%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC9ED8 (or 0xBC9ED8) is known color: Perfume. HEX triplet: BC, 9E and D8. RGB value is (188,158,216). Sum of RGB (Red+Green+Blue) = 188+158+216=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC9ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED8 is #436127. Grayscale: #ADADAD. Windows color (decimal): -4415784 or 14196412. OLE color: 14196412.

HSL color Cylindrical-coordinate representation of color #BC9ED8: hue angle of 271.03º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC9ED8 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 158 216 -
CMYK 0.13 0.27 0 0.15
HSL 271.03º 0.43% 0.73% -
HSV(B) 271.03º 0.27% 0.85% -
XYZ 45.36 40.1 70.32 -
YUV 173.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 188 158 216 0.13 0.27 0 0.15 271.03 0.43 0.73
Hex BC 9E D8 D 1B 0 F 10F 2B 49
Octal 274 236 330 15 33 0 17 417 53 111
Binary 10111100 10011110 11011000 1101 11011 0 1111 100001111 101011 1001001

Color Harmonies of #BC9ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ED8

Black with #BC9ED8

Text Example


Text Example

White with #BC9ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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