Html Css Color HEX #BC98EE Perfume

📋 copy color: '#BC98EE'

red 188 ◦ green 152 ◦ blue 238

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

Shades of Perfume #BC98EE

Tints of Perfume #BC98EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 32.53%
G = 26.3%
B = 41.18%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC98EE (or 0xBC98EE) is known color: Perfume. HEX triplet: BC, 98 and EE. RGB value is (188,152,238). Sum of RGB (Red+Green+Blue) = 188+152+238=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98EE is #436711. Grayscale: #ACACAC. Windows color (decimal): -4417298 or 15636668. OLE color: 15636668.

HSL color Cylindrical-coordinate representation of color #BC98EE: hue angle of 265.12º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC98EE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 152 238 -
CMYK 0.21 0.36 0 0.07
HSL 265.12º 0.72% 0.76% -
HSV(B) 265.12º 0.36% 0.93% -
XYZ 47.4 39.32 85.98 -
YUV 172.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 188 152 238 0.21 0.36 0 0.07 265.12 0.72 0.76
Hex BC 98 EE 15 24 0 7 109 48 4C
Octal 274 230 356 25 44 0 7 411 110 114
Binary 10111100 10011000 11101110 10101 100100 0 111 100001001 1001000 1001100

Color Harmonies of #BC98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98EE

Black with #BC98EE

Text Example


Text Example

White with #BC98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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