Html Css Color HEX #B499EC Biloba Flower

📋 copy color: '#B499EC'

red 180 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #B499EC

Tints of Biloba Flower #B499EC

RGB

 RED value IS 180 (70.7% from 255) = 31.63%

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

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 31.63%
G = 26.89%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B499EC (or 0xB499EC) is known color: Biloba Flower. HEX triplet: B4, 99 and EC. RGB value is (180,153,236). Sum of RGB (Red+Green+Blue) = 180+153+236=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B499EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499EC is #4B6613. Grayscale: #AAAAAA. Windows color (decimal): -4941332 or 15505844. OLE color: 15505844.

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

Color convert

RGB 180 153 236 -
CMYK 0.24 0.35 0 0.07
HSL 259.52º 0.69% 0.76% -
HSV(B) 259.52º 0.35% 0.93% -
XYZ 45.35 38.54 84.41 -
YUV 170.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 180 153 236 0.24 0.35 0 0.07 259.52 0.69 0.76
Hex B4 99 EC 18 23 0 7 104 45 4C
Octal 264 231 354 30 43 0 7 404 105 114
Binary 10110100 10011001 11101100 11000 100011 0 111 100000100 1000101 1001100

Color Harmonies of #B499EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499EC

Black with #B499EC

Text Example


Text Example

White with #B499EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499EC; }

 p { color: rgb(180,153,236); }

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

background-color css

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

 a { background-color: rgb(180,153,236); }

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

border-color css

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

 span { border-color: rgb(180,153,236); }

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