Html Css Color HEX #B499D0 Biloba Flower

📋 copy color: '#B499D0'

red 180 ◦ green 153 ◦ blue 208

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

Shades of Biloba Flower #B499D0

Tints of Biloba Flower #B499D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.45%

R = 33.27%
G = 28.28%
B = 38.45%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B499D0 (or 0xB499D0) is known color: Biloba Flower. HEX triplet: B4, 99 and D0. RGB value is (180,153,208). Sum of RGB (Red+Green+Blue) = 180+153+208=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 208 (81.64% from 255 or 38.45% from 541); Max value from RGB is 208 - color contains mainly: blue. Hex color #B499D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499D0 is #4B662F. Grayscale: #A7A7A7. Windows color (decimal): -4941360 or 13670836. OLE color: 13670836.

HSL color Cylindrical-coordinate representation of color #B499D0: hue angle of 269.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B499D0 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 153 208 -
CMYK 0.13 0.26 0 0.18
HSL 269.45º 0.37% 0.71% -
HSV(B) 269.45º 0.26% 0.82% -
XYZ 41.6 37.04 64.63 -
YUV 167.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 180 153 208 0.13 0.26 0 0.18 269.45 0.37 0.71
Hex B4 99 D0 D 1A 0 12 10D 25 47
Octal 264 231 320 15 32 0 22 415 45 107
Binary 10110100 10011001 11010000 1101 11010 0 10010 100001101 100101 1000111

Color Harmonies of #B499D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499D0

Black with #B499D0

Text Example


Text Example

White with #B499D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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