Html Css Color HEX #B299DB Biloba Flower

📋 copy color: '#B299DB'

red 178 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #B299DB

Tints of Biloba Flower #B299DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 32.36%
G = 27.82%
B = 39.82%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B299DB (or 0xB299DB) is known color: Biloba Flower. HEX triplet: B2, 99 and DB. RGB value is (178,153,219). Sum of RGB (Red+Green+Blue) = 178+153+219=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B299DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299DB is #4D6624. Grayscale: #A7A7A7. Windows color (decimal): -5072421 or 14391730. OLE color: 14391730.

HSL color Cylindrical-coordinate representation of color #B299DB: hue angle of 262.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B299DB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 153 219 -
CMYK 0.19 0.30 0 0.14
HSL 262.73º 0.48% 0.73% -
HSV(B) 262.73º 0.3% 0.86% -
XYZ 42.54 37.36 71.99 -
YUV 168 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 178 153 219 0.19 0.30 0 0.14 262.73 0.48 0.73
Hex B2 99 DB 13 1E 0 E 107 30 49
Octal 262 231 333 23 36 0 16 407 60 111
Binary 10110010 10011001 11011011 10011 11110 0 1110 100000111 110000 1001001

Color Harmonies of #B299DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299DB

Black with #B299DB

Text Example


Text Example

White with #B299DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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