Html Css Color HEX #BC98E0 Perfume

📋 copy color: '#BC98E0'

red 188 ◦ green 152 ◦ blue 224

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

Shades of Perfume #BC98E0

Tints of Perfume #BC98E0

RGB

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

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

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

R = 33.33%
G = 26.95%
B = 39.72%

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

#BC98E0 (or 0xBC98E0) is known color: Perfume. HEX triplet: BC, 98 and E0. RGB value is (188,152,224). Sum of RGB (Red+Green+Blue) = 188+152+224=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98E0 is #43671F. Grayscale: #AAAAAA. Windows color (decimal): -4417312 or 14719164. OLE color: 14719164.

HSL color Cylindrical-coordinate representation of color #BC98E0: hue angle of 270º degrees, saturation: 0.54, 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 #BC98E0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 152 224 -
CMYK 0.16 0.32 0 0.12
HSL 270º 0.54% 0.74% -
HSV(B) 270º 0.32% 0.88% -
XYZ 45.42 38.53 75.56 -
YUV 170.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 188 152 224 0.16 0.32 0 0.12 270 0.54 0.74
Hex BC 98 E0 10 20 0 C 10E 36 4A
Octal 274 230 340 20 40 0 14 416 66 112
Binary 10111100 10011000 11100000 10000 100000 0 1100 100001110 110110 1001010

Color Harmonies of #BC98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98E0

Black with #BC98E0

Text Example


Text Example

White with #BC98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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