Html Css Color HEX #B19BEC Biloba Flower

📋 copy color: '#B19BEC'

red 177 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #B19BEC

Tints of Biloba Flower #B19BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 31.16%
G = 27.29%
B = 41.55%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B19BEC (or 0xB19BEC) is known color: Biloba Flower. HEX triplet: B1, 9B and EC. RGB value is (177,155,236). Sum of RGB (Red+Green+Blue) = 177+155+236=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B19BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BEC is #4E6413. Grayscale: #AAAAAA. Windows color (decimal): -5137428 or 15506353. OLE color: 15506353.

HSL color Cylindrical-coordinate representation of color #B19BEC: hue angle of 256.3º degrees, saturation: 0.68, 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 #B19BEC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 155 236 -
CMYK 0.25 0.34 0 0.07
HSL 256.3º 0.68% 0.77% -
HSV(B) 256.3º 0.34% 0.93% -
XYZ 44.99 38.85 84.48 -
YUV 170.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 177 155 236 0.25 0.34 0 0.07 256.3 0.68 0.77
Hex B1 9B EC 19 22 0 7 100 44 4D
Octal 261 233 354 31 42 0 7 400 104 115
Binary 10110001 10011011 11101100 11001 100010 0 111 100000000 1000100 1001101

Color Harmonies of #B19BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19BEC

Black with #B19BEC

Text Example


Text Example

White with #B19BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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