Html Css Color HEX #B091D5 Biloba Flower

📋 copy color: '#B091D5'

red 176 ◦ green 145 ◦ blue 213

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

Shades of Biloba Flower #B091D5

Tints of Biloba Flower #B091D5

RGB

 RED value IS 176 (69.14% from 255) = 32.96%

 GREEN value IS 145 (57.03% from 255) = 27.15%

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 32.96%
G = 27.15%
B = 39.89%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B091D5 (or 0xB091D5) is known color: Biloba Flower. HEX triplet: B0, 91 and D5. RGB value is (176,145,213). Sum of RGB (Red+Green+Blue) = 176+145+213=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #B091D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091D5 is #4F6E2A. Grayscale: #A1A1A1. Windows color (decimal): -5205547 or 13996464. OLE color: 13996464.

HSL color Cylindrical-coordinate representation of color #B091D5: hue angle of 267.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B091D5 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 145 213 -
CMYK 0.17 0.32 0 0.16
HSL 267.35º 0.45% 0.7% -
HSV(B) 267.35º 0.32% 0.84% -
XYZ 40.04 34.29 67.46 -
YUV 162.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 176 145 213 0.17 0.32 0 0.16 267.35 0.45 0.7
Hex B0 91 D5 11 20 0 10 10B 2D 46
Octal 260 221 325 21 40 0 20 413 55 106
Binary 10110000 10010001 11010101 10001 100000 0 10000 100001011 101101 1000110

Color Harmonies of #B091D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091D5

Black with #B091D5

Text Example


Text Example

White with #B091D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091D5; }

 p { color: rgb(176,145,213); }

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

background-color css

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

 a { background-color: rgb(176,145,213); }

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

border-color css

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

 span { border-color: rgb(176,145,213); }

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