Html Css Color HEX #B49EED Biloba Flower

📋 copy color: '#B49EED'

red 180 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #B49EED

Tints of Biloba Flower #B49EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.48%

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 31.3%
G = 27.48%
B = 41.22%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B49EED (or 0xB49EED) is known color: Biloba Flower. HEX triplet: B4, 9E and ED. RGB value is (180,158,237). Sum of RGB (Red+Green+Blue) = 180+158+237=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #B49EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EED is #4B6112. Grayscale: #ADADAD. Windows color (decimal): -4940051 or 15572660. OLE color: 15572660.

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

Color convert

RGB 180 158 237 -
CMYK 0.24 0.33 0 0.07
HSL 256.71º 0.69% 0.77% -
HSV(B) 256.71º 0.33% 0.93% -
XYZ 46.34 40.27 85.45 -
YUV 173.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 180 158 237 0.24 0.33 0 0.07 256.71 0.69 0.77
Hex B4 9E ED 18 21 0 7 101 45 4D
Octal 264 236 355 30 41 0 7 401 105 115
Binary 10110100 10011110 11101101 11000 100001 0 111 100000001 1000101 1001101

Color Harmonies of #B49EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EED

Black with #B49EED

Text Example


Text Example

White with #B49EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EED; }

 p { color: rgb(180,158,237); }

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

background-color css

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

 a { background-color: rgb(180,158,237); }

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

border-color css

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

 span { border-color: rgb(180,158,237); }

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