Html Css Color HEX #BC99ED Perfume

📋 copy color: '#BC99ED'

red 188 ◦ green 153 ◦ blue 237

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

Shades of Perfume #BC99ED

Tints of Perfume #BC99ED

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.47%

 BLUE value IS 237 (92.97% from 255) = 41%

R = 32.53%
G = 26.47%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC99ED (or 0xBC99ED) is known color: Perfume. HEX triplet: BC, 99 and ED. RGB value is (188,153,237). Sum of RGB (Red+Green+Blue) = 188+153+237=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99ED is #436612. Grayscale: #ACACAC. Windows color (decimal): -4417043 or 15571388. OLE color: 15571388.

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

Color convert

RGB 188 153 237 -
CMYK 0.21 0.35 0 0.07
HSL 265º 0.7% 0.76% -
HSV(B) 265º 0.35% 0.93% -
XYZ 47.42 39.59 85.26 -
YUV 173.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 188 153 237 0.21 0.35 0 0.07 265 0.7 0.76
Hex BC 99 ED 15 23 0 7 109 46 4C
Octal 274 231 355 25 43 0 7 411 106 114
Binary 10111100 10011001 11101101 10101 100011 0 111 100001001 1000110 1001100

Color Harmonies of #BC99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99ED

Black with #BC99ED

Text Example


Text Example

White with #BC99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99ED; }

 p { color: rgb(188,153,237); }

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

background-color css

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

 a { background-color: rgb(188,153,237); }

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

border-color css

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

 span { border-color: rgb(188,153,237); }

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