Html Css Color HEX #B299E9 Biloba Flower

📋 copy color: '#B299E9'

red 178 ◦ green 153 ◦ blue 233

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

Shades of Biloba Flower #B299E9

Tints of Biloba Flower #B299E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 31.56%
G = 27.13%
B = 41.31%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B299E9 (or 0xB299E9) is known color: Biloba Flower. HEX triplet: B2, 99 and E9. RGB value is (178,153,233). Sum of RGB (Red+Green+Blue) = 178+153+233=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #B299E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299E9 is #4D6616. Grayscale: #A9A9A9. Windows color (decimal): -5072407 or 15309234. OLE color: 15309234.

HSL color Cylindrical-coordinate representation of color #B299E9: hue angle of 258.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B299E9 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 153 233 -
CMYK 0.24 0.34 0 0.09
HSL 258.75º 0.65% 0.76% -
HSV(B) 258.75º 0.34% 0.91% -
XYZ 44.46 38.13 82.11 -
YUV 169.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 178 153 233 0.24 0.34 0 0.09 258.75 0.65 0.76
Hex B2 99 E9 18 22 0 9 103 41 4C
Octal 262 231 351 30 42 0 11 403 101 114
Binary 10110010 10011001 11101001 11000 100010 0 1001 100000011 1000001 1001100

Color Harmonies of #B299E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299E9

Black with #B299E9

Text Example


Text Example

White with #B299E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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