Html Css Color HEX #B19DC9 Biloba Flower

📋 copy color: '#B19DC9'

red 177 ◦ green 157 ◦ blue 201

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

Shades of Biloba Flower #B19DC9

Tints of Biloba Flower #B19DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.35%

 BLUE value IS 201 (78.91% from 255) = 37.57%

R = 33.08%
G = 29.35%
B = 37.57%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B19DC9 (or 0xB19DC9) is known color: Biloba Flower. HEX triplet: B1, 9D and C9. RGB value is (177,157,201). Sum of RGB (Red+Green+Blue) = 177+157+201=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #B19DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DC9 is #4E6236. Grayscale: #A7A7A7. Windows color (decimal): -5136951 or 13213105. OLE color: 13213105.

HSL color Cylindrical-coordinate representation of color #B19DC9: hue angle of 267.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19DC9 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 157 201 -
CMYK 0.12 0.22 0 0.21
HSL 267.27º 0.29% 0.7% -
HSV(B) 267.27º 0.22% 0.79% -
XYZ 40.73 37.68 60.38 -
YUV 168 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 177 157 201 0.12 0.22 0 0.21 267.27 0.29 0.7
Hex B1 9D C9 C 16 0 15 10B 1D 46
Octal 261 235 311 14 26 0 25 413 35 106
Binary 10110001 10011101 11001001 1100 10110 0 10101 100001011 11101 1000110

Color Harmonies of #B19DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DC9

Black with #B19DC9

Text Example


Text Example

White with #B19DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DC9; }

 p { color: rgb(177,157,201); }

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

background-color css

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

 a { background-color: rgb(177,157,201); }

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

border-color css

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

 span { border-color: rgb(177,157,201); }

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