Html Css Color HEX #B299F2 Biloba Flower

📋 copy color: '#B299F2'

red 178 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #B299F2

Tints of Biloba Flower #B299F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.23%

R = 31.06%
G = 26.7%
B = 42.23%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B299F2 (or 0xB299F2) is known color: Biloba Flower. HEX triplet: B2, 99 and F2. RGB value is (178,153,242). Sum of RGB (Red+Green+Blue) = 178+153+242=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B299F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299F2 is #4D660D. Grayscale: #AAAAAA. Windows color (decimal): -5072398 or 15899058. OLE color: 15899058.

HSL color Cylindrical-coordinate representation of color #B299F2: hue angle of 256.85º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B299F2 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 153 242 -
CMYK 0.26 0.37 0 0.05
HSL 256.85º 0.77% 0.77% -
HSV(B) 256.85º 0.37% 0.95% -
XYZ 45.78 38.66 89.05 -
YUV 170.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 178 153 242 0.26 0.37 0 0.05 256.85 0.77 0.77
Hex B2 99 F2 1A 25 0 5 101 4D 4D
Octal 262 231 362 32 45 0 5 401 115 115
Binary 10110010 10011001 11110010 11010 100101 0 101 100000001 1001101 1001101

Color Harmonies of #B299F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299F2

Black with #B299F2

Text Example


Text Example

White with #B299F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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