Html Css Color HEX #BC99EB Perfume

📋 copy color: '#BC99EB'

red 188 ◦ green 153 ◦ blue 235

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

Shades of Perfume #BC99EB

Tints of Perfume #BC99EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 32.64%
G = 26.56%
B = 40.8%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC99EB (or 0xBC99EB) is known color: Perfume. HEX triplet: BC, 99 and EB. RGB value is (188,153,235). Sum of RGB (Red+Green+Blue) = 188+153+235=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC99EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99EB is #436614. Grayscale: #ACACAC. Windows color (decimal): -4417045 or 15440316. OLE color: 15440316.

HSL color Cylindrical-coordinate representation of color #BC99EB: hue angle of 265.61º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC99EB is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 153 235 -
CMYK 0.2 0.35 0 0.08
HSL 265.61º 0.67% 0.76% -
HSV(B) 265.61º 0.35% 0.92% -
XYZ 47.13 39.47 83.73 -
YUV 172.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 188 153 235 0.2 0.35 0 0.08 265.61 0.67 0.76
Hex BC 99 EB 14 23 0 8 10A 43 4C
Octal 274 231 353 24 43 0 10 412 103 114
Binary 10111100 10011001 11101011 10100 100011 0 1000 100001010 1000011 1001100

Color Harmonies of #BC99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99EB

Black with #BC99EB

Text Example


Text Example

White with #BC99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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