Html Css Color HEX #B19DCB Biloba Flower

📋 copy color: '#B19DCB'

red 177 ◦ green 157 ◦ blue 203

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

Shades of Biloba Flower #B19DCB

Tints of Biloba Flower #B19DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 32.96%
G = 29.24%
B = 37.8%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B19DCB (or 0xB19DCB) is known color: Biloba Flower. HEX triplet: B1, 9D and CB. RGB value is (177,157,203). Sum of RGB (Red+Green+Blue) = 177+157+203=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B19DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCB is #4E6234. Grayscale: #A8A8A8. Windows color (decimal): -5136949 or 13344177. OLE color: 13344177.

HSL color Cylindrical-coordinate representation of color #B19DCB: hue angle of 266.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19DCB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 157 203 -
CMYK 0.13 0.23 0 0.20
HSL 266.09º 0.31% 0.71% -
HSV(B) 266.09º 0.23% 0.8% -
XYZ 40.97 37.77 61.63 -
YUV 168.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 177 157 203 0.13 0.23 0 0.20 266.09 0.31 0.71
Hex B1 9D CB D 17 0 14 10A 1F 47
Octal 261 235 313 15 27 0 24 412 37 107
Binary 10110001 10011101 11001011 1101 10111 0 10100 100001010 11111 1000111

Color Harmonies of #B19DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19DCB

Black with #B19DCB

Text Example


Text Example

White with #B19DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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