#B095E6

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

Shades of Biloba Flower #B095E6

Tints of Biloba Flower #B095E6

Color information

#B095E6 (or 0xB095E6) is unknown color: approx Biloba Flower. HEX triplet: B0, 95 and E6. RGB value is (176,149,230). Sum of RGB (Red+Green+Blue) = 176+149+230=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #B095E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B095E6 is #4F6A19. Grayscale: #A6A6A6. Windows color (decimal): -5204506 or 15111600. OLE color: 15111600.

HSL color Cylindrical-coordinate representation of color #B095E6: hue angle of 260º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B095E6 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB176149230-
CMYK0.230.3500.10
HSL260º61.83%74.31%-
HSV(B)260º35.22%90.2%-
XYZ42.9336.4479.63-
YUV166.31163.95134.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=31.71%
G=26.85%
B=41.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1761492300.230.3500.1026061.8374.31
HexB095E617230A1043e4a
Octal260225346274301240476112
Binary10110000100101011110011010111100011010101000001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B095E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B095E6; }

 p { color: rgb(176,149,230); }

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

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

 a { background-color: rgb(176,149,230); }

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

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

 span { border-color: rgb(176,149,230); }

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