Html Css Color HEX #B499DE Biloba Flower

📋 copy color: '#B499DE'

red 180 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #B499DE

Tints of Biloba Flower #B499DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 32.43%
G = 27.57%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B499DE (or 0xB499DE) is known color: Biloba Flower. HEX triplet: B4, 99 and DE. RGB value is (180,153,222). Sum of RGB (Red+Green+Blue) = 180+153+222=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B499DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499DE is #4B6621. Grayscale: #A8A8A8. Windows color (decimal): -4941346 or 14588340. OLE color: 14588340.

HSL color Cylindrical-coordinate representation of color #B499DE: hue angle of 263.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B499DE is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 153 222 -
CMYK 0.19 0.31 0 0.13
HSL 263.48º 0.51% 0.74% -
HSV(B) 263.48º 0.31% 0.87% -
XYZ 43.4 37.76 74.11 -
YUV 168.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 180 153 222 0.19 0.31 0 0.13 263.48 0.51 0.74
Hex B4 99 DE 13 1F 0 D 107 33 4A
Octal 264 231 336 23 37 0 15 407 63 112
Binary 10110100 10011001 11011110 10011 11111 0 1101 100000111 110011 1001010

Color Harmonies of #B499DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499DE

Black with #B499DE

Text Example


Text Example

White with #B499DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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