Html Css Color HEX #BC96E6 Perfume

📋 copy color: '#BC96E6'

red 188 ◦ green 150 ◦ blue 230

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

Shades of Perfume #BC96E6

Tints of Perfume #BC96E6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.41%

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 33.1%
G = 26.41%
B = 40.49%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC96E6 (or 0xBC96E6) is known color: Perfume. HEX triplet: BC, 96 and E6. RGB value is (188,150,230). Sum of RGB (Red+Green+Blue) = 188+150+230=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96E6 is #436919. Grayscale: #AAAAAA. Windows color (decimal): -4417818 or 15111868. OLE color: 15111868.

HSL color Cylindrical-coordinate representation of color #BC96E6: hue angle of 268.5º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC96E6 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 150 230 -
CMYK 0.18 0.35 0 0.10
HSL 268.5º 0.62% 0.75% -
HSV(B) 268.5º 0.35% 0.9% -
XYZ 45.93 38.22 79.82 -
YUV 170.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 188 150 230 0.18 0.35 0 0.10 268.5 0.62 0.75
Hex BC 96 E6 12 23 0 A 10C 3E 4B
Octal 274 226 346 22 43 0 12 414 76 113
Binary 10111100 10010110 11100110 10010 100011 0 1010 100001100 111110 1001011

Color Harmonies of #BC96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96E6

Black with #BC96E6

Text Example


Text Example

White with #BC96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96E6; }

 p { color: rgb(188,150,230); }

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

background-color css

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

 a { background-color: rgb(188,150,230); }

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

border-color css

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

 span { border-color: rgb(188,150,230); }

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