Html Css Color HEX #B49ECB Biloba Flower

📋 copy color: '#B49ECB'

red 180 ◦ green 158 ◦ blue 203

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

Shades of Biloba Flower #B49ECB

Tints of Biloba Flower #B49ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 33.27%
G = 29.21%
B = 37.52%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49ECB (or 0xB49ECB) is known color: Biloba Flower. HEX triplet: B4, 9E and CB. RGB value is (180,158,203). Sum of RGB (Red+Green+Blue) = 180+158+203=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #B49ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ECB is #4B6134. Grayscale: #A9A9A9. Windows color (decimal): -4940085 or 13344436. OLE color: 13344436.

HSL color Cylindrical-coordinate representation of color #B49ECB: hue angle of 269.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B49ECB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 158 203 -
CMYK 0.11 0.22 0 0.20
HSL 269.33º 0.3% 0.71% -
HSV(B) 269.33º 0.22% 0.8% -
XYZ 41.83 38.47 61.72 -
YUV 169.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 180 158 203 0.11 0.22 0 0.20 269.33 0.3 0.71
Hex B4 9E CB B 16 0 14 10D 1E 47
Octal 264 236 313 13 26 0 24 415 36 107
Binary 10110100 10011110 11001011 1011 10110 0 10100 100001101 11110 1000111

Color Harmonies of #B49ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49ECB

Black with #B49ECB

Text Example


Text Example

White with #B49ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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