#B299EE

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

Shades of Biloba Flower #B299EE

Tints of Biloba Flower #B299EE

Color information

#B299EE (or 0xB299EE) is unknown color: approx Biloba Flower. HEX triplet: B2, 99 and EE. RGB value is (178,153,238). Sum of RGB (Red+Green+Blue) = 178+153+238=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #B299EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299EE is #4D6611. Grayscale: #A9A9A9. Windows color (decimal): -5072402 or 15636914. OLE color: 15636914.

HSL color Cylindrical-coordinate representation of color #B299EE: hue angle of 257.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B299EE is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178153238-
CMYK0.250.3600.07
HSL257.65º71.43%76.67%-
HSV(B)257.65º35.71%93.33%-
XYZ45.1838.4285.92-
YUV170.16166.28133.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=31.28%
G=26.89%
B=41.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781532380.250.3600.07257.6571.4376.67
HexB299EE192407102474d
Octal262231356314407402107115
Binary10110010100110011110111011001100100011110000001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B299EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B299EE; }

 p { color: rgb(178,153,238); }

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

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

 a { background-color: rgb(178,153,238); }

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

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

 span { border-color: rgb(178,153,238); }

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