Html Css Color HEX #BC99DA Perfume

📋 copy color: '#BC99DA'

red 188 ◦ green 153 ◦ blue 218

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

Shades of Perfume #BC99DA

Tints of Perfume #BC99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 33.63%
G = 27.37%
B = 39%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC99DA (or 0xBC99DA) is known color: Perfume. HEX triplet: BC, 99 and DA. RGB value is (188,153,218). Sum of RGB (Red+Green+Blue) = 188+153+218=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 153 (60.16% from 255 or 27.37% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99DA is #436625. Grayscale: #AAAAAA. Windows color (decimal): -4417062 or 14326204. OLE color: 14326204.

HSL color Cylindrical-coordinate representation of color #BC99DA: hue angle of 272.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC99DA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 153 218 -
CMYK 0.14 0.30 0 0.15
HSL 272.31º 0.47% 0.73% -
HSV(B) 272.31º 0.3% 0.85% -
XYZ 44.79 38.54 71.41 -
YUV 170.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 188 153 218 0.14 0.30 0 0.15 272.31 0.47 0.73
Hex BC 99 DA E 1E 0 F 110 2F 49
Octal 274 231 332 16 36 0 17 420 57 111
Binary 10111100 10011001 11011010 1110 11110 0 1111 100010000 101111 1001001

Color Harmonies of #BC99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99DA

Black with #BC99DA

Text Example


Text Example

White with #BC99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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