Html Css Color HEX #BC99EE Perfume

📋 copy color: '#BC99EE'

red 188 ◦ green 153 ◦ blue 238

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

Shades of Perfume #BC99EE

Tints of Perfume #BC99EE

RGB

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

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

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

R = 32.47%
G = 26.42%
B = 41.11%

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

#BC99EE (or 0xBC99EE) is known color: Perfume. HEX triplet: BC, 99 and EE. RGB value is (188,153,238). Sum of RGB (Red+Green+Blue) = 188+153+238=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC99EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99EE is #436611. Grayscale: #ACACAC. Windows color (decimal): -4417042 or 15636924. OLE color: 15636924.

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

Color convert

RGB 188 153 238 -
CMYK 0.21 0.36 0 0.07
HSL 264.71º 0.71% 0.77% -
HSV(B) 264.71º 0.36% 0.93% -
XYZ 47.56 39.65 86.03 -
YUV 173.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 188 153 238 0.21 0.36 0 0.07 264.71 0.71 0.77
Hex BC 99 EE 15 24 0 7 109 47 4D
Octal 274 231 356 25 44 0 7 411 107 115
Binary 10111100 10011001 11101110 10101 100100 0 111 100001001 1000111 1001101

Color Harmonies of #BC99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99EE

Black with #BC99EE

Text Example


Text Example

White with #BC99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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