Html Css Color HEX #B299DD Biloba Flower

📋 copy color: '#B299DD'

red 178 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #B299DD

Tints of Biloba Flower #B299DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 32.25%
G = 27.72%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B299DD (or 0xB299DD) is known color: Biloba Flower. HEX triplet: B2, 99 and DD. RGB value is (178,153,221). Sum of RGB (Red+Green+Blue) = 178+153+221=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B299DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299DD is #4D6622. Grayscale: #A7A7A7. Windows color (decimal): -5072419 or 14522802. OLE color: 14522802.

HSL color Cylindrical-coordinate representation of color #B299DD: hue angle of 262.06º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B299DD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 153 221 -
CMYK 0.19 0.31 0 0.13
HSL 262.06º 0.5% 0.73% -
HSV(B) 262.06º 0.31% 0.87% -
XYZ 42.8 37.47 73.38 -
YUV 168.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 178 153 221 0.19 0.31 0 0.13 262.06 0.5 0.73
Hex B2 99 DD 13 1F 0 D 106 32 49
Octal 262 231 335 23 37 0 15 406 62 111
Binary 10110010 10011001 11011101 10011 11111 0 1101 100000110 110010 1001001

Color Harmonies of #B299DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299DD

Black with #B299DD

Text Example


Text Example

White with #B299DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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