Html Css Color HEX #BC98EC Perfume

📋 copy color: '#BC98EC'

red 188 ◦ green 152 ◦ blue 236

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

Shades of Perfume #BC98EC

Tints of Perfume #BC98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.39%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 32.64%
G = 26.39%
B = 40.97%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC98EC (or 0xBC98EC) is known color: Perfume. HEX triplet: BC, 98 and EC. RGB value is (188,152,236). Sum of RGB (Red+Green+Blue) = 188+152+236=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98EC is #436713. Grayscale: #ACACAC. Windows color (decimal): -4417300 or 15505596. OLE color: 15505596.

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

Color convert

RGB 188 152 236 -
CMYK 0.20 0.36 0 0.07
HSL 265.71º 0.69% 0.76% -
HSV(B) 265.71º 0.36% 0.93% -
XYZ 47.11 39.2 84.44 -
YUV 172.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 188 152 236 0.20 0.36 0 0.07 265.71 0.69 0.76
Hex BC 98 EC 14 24 0 7 10A 45 4C
Octal 274 230 354 24 44 0 7 412 105 114
Binary 10111100 10011000 11101100 10100 100100 0 111 100001010 1000101 1001100

Color Harmonies of #BC98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98EC

Black with #BC98EC

Text Example


Text Example

White with #BC98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98EC; }

 p { color: rgb(188,152,236); }

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

background-color css

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

 a { background-color: rgb(188,152,236); }

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

border-color css

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

 span { border-color: rgb(188,152,236); }

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