#B689EE

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

Shades of Biloba Flower #B689EE

Tints of Biloba Flower #B689EE

Color information

#B689EE (or 0xB689EE) is unknown color: approx Biloba Flower. HEX triplet: B6, 89 and EE. RGB value is (182,137,238). Sum of RGB (Red+Green+Blue) = 182+137+238=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B689EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689EE is #497611. Grayscale: #A1A1A1. Windows color (decimal): -4814354 or 15632822. OLE color: 15632822.

HSL color Cylindrical-coordinate representation of color #B689EE: hue angle of 266.73º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B689EE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182137238-
CMYK0.240.4200.07
HSL266.73º74.81%73.53%-
HSV(B)266.73º42.44%93.33%-
XYZ43.6734.0185.15-
YUV161.97170.91142.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 137 (53.91% from 255) = 24.60%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=32.68%
G=24.60%
B=42.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821372380.240.4200.07266.7374.8173.53
HexB689EE182A0710b4b4a
Octal266211356305207413113112
Binary10110110100010011110111011000101010011110000101110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B689EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B689EE; }

 p { color: rgb(182,137,238); }

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

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

 a { background-color: rgb(182,137,238); }

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

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

 span { border-color: rgb(182,137,238); }

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