Html Css Color HEX #B299CE Biloba Flower

📋 copy color: '#B299CE'

red 178 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #B299CE

Tints of Biloba Flower #B299CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 33.15%
G = 28.49%
B = 38.36%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B299CE (or 0xB299CE) is known color: Biloba Flower. HEX triplet: B2, 99 and CE. RGB value is (178,153,206). Sum of RGB (Red+Green+Blue) = 178+153+206=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B299CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CE is #4D6631. Grayscale: #A6A6A6. Windows color (decimal): -5072434 or 13539762. OLE color: 13539762.

HSL color Cylindrical-coordinate representation of color #B299CE: hue angle of 268.3º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B299CE is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 153 206 -
CMYK 0.14 0.26 0 0.19
HSL 268.3º 0.35% 0.7% -
HSV(B) 268.3º 0.26% 0.81% -
XYZ 40.89 36.7 63.32 -
YUV 166.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 178 153 206 0.14 0.26 0 0.19 268.3 0.35 0.7
Hex B2 99 CE E 1A 0 13 10C 23 46
Octal 262 231 316 16 32 0 23 414 43 106
Binary 10110010 10011001 11001110 1110 11010 0 10011 100001100 100011 1000110

Color Harmonies of #B299CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299CE

Black with #B299CE

Text Example


Text Example

White with #B299CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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