Html Css Color HEX #B091CE Biloba Flower

📋 copy color: '#B091CE'

red 176 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #B091CE

Tints of Biloba Flower #B091CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 33.4%
G = 27.51%
B = 39.09%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B091CE (or 0xB091CE) is known color: Biloba Flower. HEX triplet: B0, 91 and CE. RGB value is (176,145,206). Sum of RGB (Red+Green+Blue) = 176+145+206=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B091CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CE is #4F6E31. Grayscale: #A1A1A1. Windows color (decimal): -5205554 or 13537712. OLE color: 13537712.

HSL color Cylindrical-coordinate representation of color #B091CE: hue angle of 270.49º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B091CE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 145 206 -
CMYK 0.15 0.30 0 0.19
HSL 270.49º 0.38% 0.69% -
HSV(B) 270.49º 0.3% 0.81% -
XYZ 39.17 33.94 62.88 -
YUV 161.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 176 145 206 0.15 0.30 0 0.19 270.49 0.38 0.69
Hex B0 91 CE F 1E 0 13 10E 26 45
Octal 260 221 316 17 36 0 23 416 46 105
Binary 10110000 10010001 11001110 1111 11110 0 10011 100001110 100110 1000101

Color Harmonies of #B091CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091CE

Black with #B091CE

Text Example


Text Example

White with #B091CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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