Html Css Color HEX #B299FF Biloba Flower

📋 copy color: '#B299FF'

red 178 ◦ green 153 ◦ blue 255

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

Shades of Biloba Flower #B299FF

Tints of Biloba Flower #B299FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 30.38%
G = 26.11%
B = 43.52%

CMYK

 C value IS 0.30

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B299FF (or 0xB299FF) is known color: Biloba Flower. HEX triplet: B2, 99 and FF. RGB value is (178,153,255). Sum of RGB (Red+Green+Blue) = 178+153+255=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #B299FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B299FF is #4D6600. Grayscale: #ABABAB. Windows color (decimal): -5072385 or 16751026. OLE color: 16751026.

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

Color convert

RGB 178 153 255 -
CMYK 0.30 0.4 0 0
HSL 254.71º 1% 0.8% -
HSV(B) 254.71º 0.4% 1% -
XYZ 47.8 39.47 99.71 -
YUV 172.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 178 153 255 0.30 0.4 0 0 254.71 1 0.8
Hex B2 99 FF 1E 28 0 0 FF 64 50
Octal 262 231 377 36 50 0 0 377 144 120
Binary 10110010 10011001 11111111 11110 101000 0 0 11111111 1100100 1010000

Color Harmonies of #B299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299FF

Black with #B299FF

Text Example


Text Example

White with #B299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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