Html Css Color HEX #B199D8 Biloba Flower

📋 copy color: '#B199D8'

red 177 ◦ green 153 ◦ blue 216

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

Shades of Biloba Flower #B199D8

Tints of Biloba Flower #B199D8

RGB

 RED value IS 177 (69.53% from 255) = 32.42%

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

 BLUE value IS 216 (84.77% from 255) = 39.56%

R = 32.42%
G = 28.02%
B = 39.56%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B199D8 (or 0xB199D8) is known color: Biloba Flower. HEX triplet: B1, 99 and D8. RGB value is (177,153,216). Sum of RGB (Red+Green+Blue) = 177+153+216=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 216 - color contains mainly: blue. Hex color #B199D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199D8 is #4E6627. Grayscale: #A7A7A7. Windows color (decimal): -5137960 or 14195121. OLE color: 14195121.

HSL color Cylindrical-coordinate representation of color #B199D8: hue angle of 262.86º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B199D8 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 153 216 -
CMYK 0.18 0.29 0 0.15
HSL 262.86º 0.45% 0.72% -
HSV(B) 262.86º 0.29% 0.85% -
XYZ 41.92 37.09 69.92 -
YUV 167.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 177 153 216 0.18 0.29 0 0.15 262.86 0.45 0.72
Hex B1 99 D8 12 1D 0 F 107 2D 48
Octal 261 231 330 22 35 0 17 407 55 110
Binary 10110001 10011001 11011000 10010 11101 0 1111 100000111 101101 1001000

Color Harmonies of #B199D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199D8

Black with #B199D8

Text Example


Text Example

White with #B199D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199D8; }

 p { color: rgb(177,153,216); }

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

background-color css

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

 a { background-color: rgb(177,153,216); }

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

border-color css

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

 span { border-color: rgb(177,153,216); }

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