Html Css Color HEX #BC99E0 Perfume

📋 copy color: '#BC99E0'

red 188 ◦ green 153 ◦ blue 224

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

Shades of Perfume #BC99E0

Tints of Perfume #BC99E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.65%

R = 33.27%
G = 27.08%
B = 39.65%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC99E0 (or 0xBC99E0) is known color: Perfume. HEX triplet: BC, 99 and E0. RGB value is (188,153,224). Sum of RGB (Red+Green+Blue) = 188+153+224=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99E0 is #43661F. Grayscale: #ABABAB. Windows color (decimal): -4417056 or 14719420. OLE color: 14719420.

HSL color Cylindrical-coordinate representation of color #BC99E0: hue angle of 269.58º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC99E0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 153 224 -
CMYK 0.16 0.32 0 0.12
HSL 269.58º 0.53% 0.74% -
HSV(B) 269.58º 0.32% 0.88% -
XYZ 45.58 38.86 75.62 -
YUV 171.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 188 153 224 0.16 0.32 0 0.12 269.58 0.53 0.74
Hex BC 99 E0 10 20 0 C 10E 35 4A
Octal 274 231 340 20 40 0 14 416 65 112
Binary 10111100 10011001 11100000 10000 100000 0 1100 100001110 110101 1001010

Color Harmonies of #BC99E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99E0

Black with #BC99E0

Text Example


Text Example

White with #BC99E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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