#B69EEB

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

Shades of Biloba Flower #B69EEB

Tints of Biloba Flower #B69EEB

Color information

#B69EEB (or 0xB69EEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 9E and EB. RGB value is (182,158,235). Sum of RGB (Red+Green+Blue) = 182+158+235=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 158 (62.11% from 255 or 27.48% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69EEB is #496114. Grayscale: #ADADAD. Windows color (decimal): -4808981 or 15441590. OLE color: 15441590.

HSL color Cylindrical-coordinate representation of color #B69EEB: hue angle of 258.7º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B69EEB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182158235-
CMYK0.230.3300.08
HSL258.7º65.81%77.06%-
HSV(B)258.7º32.77%92.16%-
XYZ46.5140.483.94-
YUV173.95162.45133.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.65%
GREEN value IS 158 (62.11% from 255) = 27.48%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=31.65%
G=27.48%
B=40.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821582350.230.3300.08258.765.8177.06
HexB69EEB172108103424d
Octal2662363532741010403102115
Binary101101101001111011101011101111000010100010000001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69EEB; }

 p { color: rgb(182,158,235); }

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

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

 a { background-color: rgb(182,158,235); }

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

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

 span { border-color: rgb(182,158,235); }

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