Html Css Color HEX #B091CB Biloba Flower

📋 copy color: '#B091CB'

red 176 ◦ green 145 ◦ blue 203

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

Shades of Biloba Flower #B091CB

Tints of Biloba Flower #B091CB

RGB

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

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

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

R = 33.59%
G = 27.67%
B = 38.74%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B091CB (or 0xB091CB) is known color: Biloba Flower. HEX triplet: B0, 91 and CB. RGB value is (176,145,203). Sum of RGB (Red+Green+Blue) = 176+145+203=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #B091CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091CB is #4F6E34. Grayscale: #A0A0A0. Windows color (decimal): -5205557 or 13341104. OLE color: 13341104.

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

Color convert

RGB 176 145 203 -
CMYK 0.13 0.29 0 0.20
HSL 272.07º 0.36% 0.68% -
HSV(B) 272.07º 0.29% 0.8% -
XYZ 38.81 33.79 60.98 -
YUV 160.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 176 145 203 0.13 0.29 0 0.20 272.07 0.36 0.68
Hex B0 91 CB D 1D 0 14 110 24 44
Octal 260 221 313 15 35 0 24 420 44 104
Binary 10110000 10010001 11001011 1101 11101 0 10100 100010000 100100 1000100

Color Harmonies of #B091CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091CB

Black with #B091CB

Text Example


Text Example

White with #B091CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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