Html Css Color HEX #B19CDE Biloba Flower

📋 copy color: '#B19CDE'

red 177 ◦ green 156 ◦ blue 222

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

Shades of Biloba Flower #B19CDE

Tints of Biloba Flower #B19CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 31.89%
G = 28.11%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B19CDE (or 0xB19CDE) is known color: Biloba Flower. HEX triplet: B1, 9C and DE. RGB value is (177,156,222). Sum of RGB (Red+Green+Blue) = 177+156+222=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B19CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CDE is #4E6321. Grayscale: #A9A9A9. Windows color (decimal): -5137186 or 14589105. OLE color: 14589105.

HSL color Cylindrical-coordinate representation of color #B19CDE: hue angle of 259.09º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19CDE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 156 222 -
CMYK 0.20 0.30 0 0.13
HSL 259.09º 0.5% 0.74% -
HSV(B) 259.09º 0.3% 0.87% -
XYZ 43.2 38.4 74.24 -
YUV 169.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 177 156 222 0.20 0.30 0 0.13 259.09 0.5 0.74
Hex B1 9C DE 14 1E 0 D 103 32 4A
Octal 261 234 336 24 36 0 15 403 62 112
Binary 10110001 10011100 11011110 10100 11110 0 1101 100000011 110010 1001010

Color Harmonies of #B19CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CDE

Black with #B19CDE

Text Example


Text Example

White with #B19CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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