Html Css Color HEX #B49DED Biloba Flower

📋 copy color: '#B49DED'

red 180 ◦ green 157 ◦ blue 237

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

Shades of Biloba Flower #B49DED

Tints of Biloba Flower #B49DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

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

R = 31.36%
G = 27.35%
B = 41.29%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B49DED (or 0xB49DED) is known color: Biloba Flower. HEX triplet: B4, 9D and ED. RGB value is (180,157,237). Sum of RGB (Red+Green+Blue) = 180+157+237=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #B49DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DED is #4B6212. Grayscale: #ACACAC. Windows color (decimal): -4940307 or 15572404. OLE color: 15572404.

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

Color convert

RGB 180 157 237 -
CMYK 0.24 0.34 0 0.07
HSL 257.25º 0.69% 0.77% -
HSV(B) 257.25º 0.34% 0.93% -
XYZ 46.17 39.93 85.4 -
YUV 173 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 180 157 237 0.24 0.34 0 0.07 257.25 0.69 0.77
Hex B4 9D ED 18 22 0 7 101 45 4D
Octal 264 235 355 30 42 0 7 401 105 115
Binary 10110100 10011101 11101101 11000 100010 0 111 100000001 1000101 1001101

Color Harmonies of #B49DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DED

Black with #B49DED

Text Example


Text Example

White with #B49DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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