Html Css Color HEX #B19BEB Biloba Flower

📋 copy color: '#B19BEB'

red 177 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #B19BEB

Tints of Biloba Flower #B19BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.34%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 31.22%
G = 27.34%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B19BEB (or 0xB19BEB) is known color: Biloba Flower. HEX triplet: B1, 9B and EB. RGB value is (177,155,235). Sum of RGB (Red+Green+Blue) = 177+155+235=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #B19BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BEB is #4E6414. Grayscale: #AAAAAA. Windows color (decimal): -5137429 or 15440817. OLE color: 15440817.

HSL color Cylindrical-coordinate representation of color #B19BEB: hue angle of 256.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19BEB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 155 235 -
CMYK 0.25 0.34 0 0.08
HSL 256.5º 0.67% 0.76% -
HSV(B) 256.5º 0.34% 0.92% -
XYZ 44.85 38.79 83.72 -
YUV 170.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 177 155 235 0.25 0.34 0 0.08 256.5 0.67 0.76
Hex B1 9B EB 19 22 0 8 100 43 4C
Octal 261 233 353 31 42 0 10 400 103 114
Binary 10110001 10011011 11101011 11001 100010 0 1000 100000000 1000011 1001100

Color Harmonies of #B19BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BEB

Black with #B19BEB

Text Example


Text Example

White with #B19BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BEB; }

 p { color: rgb(177,155,235); }

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

background-color css

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

 a { background-color: rgb(177,155,235); }

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

border-color css

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

 span { border-color: rgb(177,155,235); }

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