Html Css Color HEX #B799DC Biloba Flower

📋 copy color: '#B799DC'

red 183 ◦ green 153 ◦ blue 220

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

Shades of Biloba Flower #B799DC

Tints of Biloba Flower #B799DC

RGB

 RED value IS 183 (71.88% from 255) = 32.91%

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 32.91%
G = 27.52%
B = 39.57%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B799DC (or 0xB799DC) is known color: Biloba Flower. HEX triplet: B7, 99 and DC. RGB value is (183,153,220). Sum of RGB (Red+Green+Blue) = 183+153+220=556 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.91% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B799DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799DC is #486623. Grayscale: #A9A9A9. Windows color (decimal): -4744740 or 14457271. OLE color: 14457271.

HSL color Cylindrical-coordinate representation of color #B799DC: hue angle of 266.87º degrees, saturation: 0.49, 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 #B799DC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 153 220 -
CMYK 0.17 0.30 0 0.14
HSL 266.87º 0.49% 0.73% -
HSV(B) 266.87º 0.3% 0.86% -
XYZ 43.84 38.02 72.74 -
YUV 169.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 183 153 220 0.17 0.30 0 0.14 266.87 0.49 0.73
Hex B7 99 DC 11 1E 0 E 10B 31 49
Octal 267 231 334 21 36 0 16 413 61 111
Binary 10110111 10011001 11011100 10001 11110 0 1110 100001011 110001 1001001

Color Harmonies of #B799DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B799DC

Black with #B799DC

Text Example


Text Example

White with #B799DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B799DC; }

 p { color: rgb(183,153,220); }

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

background-color css

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

 a { background-color: rgb(183,153,220); }

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

border-color css

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

 span { border-color: rgb(183,153,220); }

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