Html Css Color HEX #BC9ED4 Perfume

📋 copy color: '#BC9ED4'

red 188 ◦ green 158 ◦ blue 212

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

Shades of Perfume #BC9ED4

Tints of Perfume #BC9ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 33.69%
G = 28.32%
B = 37.99%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC9ED4 (or 0xBC9ED4) is known color: Perfume. HEX triplet: BC, 9E and D4. RGB value is (188,158,212). Sum of RGB (Red+Green+Blue) = 188+158+212=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ED4 is #43612B. Grayscale: #ACACAC. Windows color (decimal): -4415788 or 13934268. OLE color: 13934268.

HSL color Cylindrical-coordinate representation of color #BC9ED4: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC9ED4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 158 212 -
CMYK 0.11 0.25 0 0.17
HSL 273.33º 0.39% 0.73% -
HSV(B) 273.33º 0.25% 0.83% -
XYZ 44.85 39.9 67.62 -
YUV 173.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 188 158 212 0.11 0.25 0 0.17 273.33 0.39 0.73
Hex BC 9E D4 B 19 0 11 111 27 49
Octal 274 236 324 13 31 0 21 421 47 111
Binary 10111100 10011110 11010100 1011 11001 0 10001 100010001 100111 1001001

Color Harmonies of #BC9ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9ED4

Black with #BC9ED4

Text Example


Text Example

White with #BC9ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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