Html Css Color HEX #BC99DF Perfume

📋 copy color: '#BC99DF'

red 188 ◦ green 153 ◦ blue 223

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

Shades of Perfume #BC99DF

Tints of Perfume #BC99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.54%

R = 33.33%
G = 27.13%
B = 39.54%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC99DF (or 0xBC99DF) is known color: Perfume. HEX triplet: BC, 99 and DF. RGB value is (188,153,223). Sum of RGB (Red+Green+Blue) = 188+153+223=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC99DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DF is #436620. Grayscale: #ABABAB. Windows color (decimal): -4417057 or 14653884. OLE color: 14653884.

HSL color Cylindrical-coordinate representation of color #BC99DF: hue angle of 270º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC99DF is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 153 223 -
CMYK 0.16 0.31 0 0.13
HSL 270º 0.52% 0.74% -
HSV(B) 270º 0.31% 0.87% -
XYZ 45.45 38.8 74.91 -
YUV 171.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 188 153 223 0.16 0.31 0 0.13 270 0.52 0.74
Hex BC 99 DF 10 1F 0 D 10E 34 4A
Octal 274 231 337 20 37 0 15 416 64 112
Binary 10111100 10011001 11011111 10000 11111 0 1101 100001110 110100 1001010

Color Harmonies of #BC99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99DF

Black with #BC99DF

Text Example


Text Example

White with #BC99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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