Html Css Color HEX #B299FE Biloba Flower

📋 copy color: '#B299FE'

red 178 ◦ green 153 ◦ blue 254

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

Shades of Biloba Flower #B299FE

Tints of Biloba Flower #B299FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 30.43%
G = 26.15%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B299FE (or 0xB299FE) is known color: Biloba Flower. HEX triplet: B2, 99 and FE. RGB value is (178,153,254). Sum of RGB (Red+Green+Blue) = 178+153+254=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #B299FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299FE is #4D6601. Grayscale: #ABABAB. Windows color (decimal): -5072386 or 16685490. OLE color: 16685490.

HSL color Cylindrical-coordinate representation of color #B299FE: hue angle of 254.85º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B299FE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 153 254 -
CMYK 0.30 0.40 0 0.00
HSL 254.85º 0.98% 0.8% -
HSV(B) 254.85º 0.4% 1% -
XYZ 47.64 39.4 98.86 -
YUV 171.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 178 153 254 0.30 0.40 0 0.00 254.85 0.98 0.8
Hex B2 99 FE 1E 28 0 0 FF 62 50
Octal 262 231 376 36 50 0 0 377 142 120
Binary 10110010 10011001 11111110 11110 101000 0 0 11111111 1100010 1010000

Color Harmonies of #B299FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299FE

Black with #B299FE

Text Example


Text Example

White with #B299FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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