#B092CD

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

Shades of Biloba Flower #B092CD

Tints of Biloba Flower #B092CD

Color information

#B092CD (or 0xB092CD) is unknown color: approx Biloba Flower. HEX triplet: B0, 92 and CD. RGB value is (176,146,205). Sum of RGB (Red+Green+Blue) = 176+146+205=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B092CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CD is #4F6D32. Grayscale: #A1A1A1. Windows color (decimal): -5205299 or 13472432. OLE color: 13472432.

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

Color convert

RGB176146205-
CMYK0.140.2900.20
HSL270.51º37.11%68.82%-
HSV(B)270.51º28.78%80.39%-
XYZ39.234.262.29-
YUV161.7152.44138.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 146 (57.42% from 255) = 27.70%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=33.40%
G=27.70%
B=38.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761462050.140.2900.20270.5137.1168.82
HexB092CDE1D01410f2545
Octal260222315163502441745105
Binary1011000010010010110011011110111010101001000011111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B092CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B092CD; }

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

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

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

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

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

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

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

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