Html Css Color HEX #BC98DA Perfume

📋 copy color: '#BC98DA'

red 188 ◦ green 152 ◦ blue 218

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

Shades of Perfume #BC98DA

Tints of Perfume #BC98DA

RGB

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

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

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

R = 33.69%
G = 27.24%
B = 39.07%

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

#BC98DA (or 0xBC98DA) is known color: Perfume. HEX triplet: BC, 98 and DA. RGB value is (188,152,218). Sum of RGB (Red+Green+Blue) = 188+152+218=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98DA is #436725. Grayscale: #AAAAAA. Windows color (decimal): -4417318 or 14325948. OLE color: 14325948.

HSL color Cylindrical-coordinate representation of color #BC98DA: hue angle of 272.73º 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 #BC98DA is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 152 218 -
CMYK 0.14 0.30 0 0.15
HSL 272.73º 0.47% 0.73% -
HSV(B) 272.73º 0.3% 0.85% -
XYZ 44.62 38.21 71.35 -
YUV 170.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 188 152 218 0.14 0.30 0 0.15 272.73 0.47 0.73
Hex BC 98 DA E 1E 0 F 111 2F 49
Octal 274 230 332 16 36 0 17 421 57 111
Binary 10111100 10011000 11011010 1110 11110 0 1111 100010001 101111 1001001

Color Harmonies of #BC98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98DA

Black with #BC98DA

Text Example


Text Example

White with #BC98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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