#B092CE

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

Shades of Biloba Flower #B092CE

Tints of Biloba Flower #B092CE

Color information

#B092CE (or 0xB092CE) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and CE. RGB value is (176,146,206). Sum of RGB (Red+Green+Blue) = 176+146+206=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #B092CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CE is #4F6D31. Grayscale: #A1A1A1. Windows color (decimal): -5205298 or 13537968. OLE color: 13537968.

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

Color convert

RGB176146206-
CMYK0.150.2900.19
HSL270º37.97%69.02%-
HSV(B)270º29.13%80.78%-
XYZ39.3234.2462.93-
YUV161.81152.94138.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=33.33%
G=27.65%
B=39.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761462060.150.2900.1927037.9769.02
HexB092CEF1D01310e2645
Octal260222316173502341646105
Binary1011000010010010110011101111111010100111000011101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092CE; }

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

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

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

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

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

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

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

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