Html Css Color HEX #B299DE Biloba Flower

📋 copy color: '#B299DE'

red 178 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #B299DE

Tints of Biloba Flower #B299DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 32.19%
G = 27.67%
B = 40.14%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B299DE (or 0xB299DE) is known color: Biloba Flower. HEX triplet: B2, 99 and DE. RGB value is (178,153,222). Sum of RGB (Red+Green+Blue) = 178+153+222=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #B299DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299DE is #4D6621. Grayscale: #A8A8A8. Windows color (decimal): -5072418 or 14588338. OLE color: 14588338.

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

Color convert

RGB 178 153 222 -
CMYK 0.20 0.31 0 0.13
HSL 261.74º 0.51% 0.74% -
HSV(B) 261.74º 0.31% 0.87% -
XYZ 42.94 37.52 74.09 -
YUV 168.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 178 153 222 0.20 0.31 0 0.13 261.74 0.51 0.74
Hex B2 99 DE 14 1F 0 D 106 33 4A
Octal 262 231 336 24 37 0 15 406 63 112
Binary 10110010 10011001 11011110 10100 11111 0 1101 100000110 110011 1001010

Color Harmonies of #B299DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299DE

Black with #B299DE

Text Example


Text Example

White with #B299DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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