Html Css Color HEX #B299EF Biloba Flower

📋 copy color: '#B299EF'

red 178 ◦ green 153 ◦ blue 239

#B299EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B299EF

Tints of Biloba Flower #B299EF

RGB

 RED value IS 178 (69.92% from 255) = 31.23%

 GREEN value IS 153 (60.16% from 255) = 26.84%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 31.23%
G = 26.84%
B = 41.93%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B299EF (or 0xB299EF) is known color: Biloba Flower. HEX triplet: B2, 99 and EF. RGB value is (178,153,239). Sum of RGB (Red+Green+Blue) = 178+153+239=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B299EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299EF is #4D6610. Grayscale: #A9A9A9. Windows color (decimal): -5072401 or 15702450. OLE color: 15702450.

HSL color Cylindrical-coordinate representation of color #B299EF: hue angle of 257.44º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B299EF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 153 239 -
CMYK 0.26 0.36 0 0.06
HSL 257.44º 0.73% 0.77% -
HSV(B) 257.44º 0.36% 0.94% -
XYZ 45.33 38.48 86.7 -
YUV 170.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 178 153 239 0.26 0.36 0 0.06 257.44 0.73 0.77
Hex B2 99 EF 1A 24 0 6 101 49 4D
Octal 262 231 357 32 44 0 6 401 111 115
Binary 10110010 10011001 11101111 11010 100100 0 110 100000001 1001001 1001101

Color Harmonies of #B299EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299EF

Black with #B299EF

Text Example


Text Example

White with #B299EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299EF; }

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

 H1.HeaderClassName
 {
   color: #B299EF;
 }
 .AnyTagClassName
 {
   color: #B299EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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