Html Css Color HEX #B796DE Biloba Flower

📋 copy color: '#B796DE'

red 183 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B796DE

Tints of Biloba Flower #B796DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.03%

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

R = 32.97%
G = 27.03%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B796DE (or 0xB796DE) is known color: Biloba Flower. HEX triplet: B7, 96 and DE. RGB value is (183,150,222). Sum of RGB (Red+Green+Blue) = 183+150+222=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B796DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796DE is #486921. Grayscale: #A7A7A7. Windows color (decimal): -4745506 or 14587575. OLE color: 14587575.

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

Color convert

RGB 183 150 222 -
CMYK 0.18 0.32 0 0.13
HSL 267.5º 0.52% 0.73% -
HSV(B) 267.5º 0.32% 0.87% -
XYZ 43.62 37.15 73.98 -
YUV 168.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 183 150 222 0.18 0.32 0 0.13 267.5 0.52 0.73
Hex B7 96 DE 12 20 0 D 10C 34 49
Octal 267 226 336 22 40 0 15 414 64 111
Binary 10110111 10010110 11011110 10010 100000 0 1101 100001100 110100 1001001

Color Harmonies of #B796DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796DE

Black with #B796DE

Text Example


Text Example

White with #B796DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796DE; }

 p { color: rgb(183,150,222); }

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

background-color css

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

 a { background-color: rgb(183,150,222); }

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

border-color css

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

 span { border-color: rgb(183,150,222); }

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