Html Css Color HEX #B19CEC Biloba Flower

📋 copy color: '#B19CEC'

red 177 ◦ green 156 ◦ blue 236

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

Shades of Biloba Flower #B19CEC

Tints of Biloba Flower #B19CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.42%

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

R = 31.11%
G = 27.42%
B = 41.48%

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

#B19CEC (or 0xB19CEC) is known color: Biloba Flower. HEX triplet: B1, 9C and EC. RGB value is (177,156,236). Sum of RGB (Red+Green+Blue) = 177+156+236=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B19CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CEC is #4E6313. Grayscale: #ABABAB. Windows color (decimal): -5137172 or 15506609. OLE color: 15506609.

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

Color convert

RGB 177 156 236 -
CMYK 0.25 0.34 0 0.07
HSL 255.75º 0.68% 0.77% -
HSV(B) 255.75º 0.34% 0.93% -
XYZ 45.16 39.18 84.54 -
YUV 171.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 177 156 236 0.25 0.34 0 0.07 255.75 0.68 0.77
Hex B1 9C EC 19 22 0 7 100 44 4D
Octal 261 234 354 31 42 0 7 400 104 115
Binary 10110001 10011100 11101100 11001 100010 0 111 100000000 1000100 1001101

Color Harmonies of #B19CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CEC

Black with #B19CEC

Text Example


Text Example

White with #B19CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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