#B09BCB

Color #B09BCB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B09BCB

Tints of Biloba Flower #B09BCB

Color information

#B09BCB (or 0xB09BCB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and CB. RGB value is (176,155,203). Sum of RGB (Red+Green+Blue) = 176+155+203=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B09BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BCB is #4F6434. Grayscale: #A6A6A6. Windows color (decimal): -5202997 or 13343664. OLE color: 13343664.

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

Color convert

RGB176155203-
CMYK0.130.2400.20
HSL266.25º31.58%70.2%-
HSV(B)266.25º23.65%79.61%-
XYZ40.4136.9861.51-
YUV166.75148.46134.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=32.96%
G=29.03%
B=38.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761552030.130.2400.20266.2531.5870.2
HexB09BCBD1801410a2046
Octal260233313153002441240106
Binary1011000010011011110010111101110000101001000010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BCB; }

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

 H1.HeaderClassName
 {
   color: #B09BCB;
 }
 .AnyTagClassName
 {
   color: #B09BCB;
 }
</style>
background-color css

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

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

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

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

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

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