Html Css Color HEX #B496DE Biloba Flower

📋 copy color: '#B496DE'

red 180 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B496DE

Tints of Biloba Flower #B496DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 32.61%
G = 27.17%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B496DE (or 0xB496DE) is known color: Biloba Flower. HEX triplet: B4, 96 and DE. RGB value is (180,150,222). Sum of RGB (Red+Green+Blue) = 180+150+222=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #B496DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B496DE is #4B6921. Grayscale: #A6A6A6. Windows color (decimal): -4942114 or 14587572. OLE color: 14587572.

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

Color convert

RGB 180 150 222 -
CMYK 0.19 0.32 0 0.13
HSL 265º 0.52% 0.73% -
HSV(B) 265º 0.32% 0.87% -
XYZ 42.91 36.79 73.95 -
YUV 167.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 180 150 222 0.19 0.32 0 0.13 265 0.52 0.73
Hex B4 96 DE 13 20 0 D 109 34 49
Octal 264 226 336 23 40 0 15 411 64 111
Binary 10110100 10010110 11011110 10011 100000 0 1101 100001001 110100 1001001

Color Harmonies of #B496DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496DE

Black with #B496DE

Text Example


Text Example

White with #B496DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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