Html Css Color HEX #B696DE Biloba Flower

📋 copy color: '#B696DE'

red 182 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B696DE

Tints of Biloba Flower #B696DE

RGB

 RED value IS 182 (71.48% from 255) = 32.85%

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

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

R = 32.85%
G = 27.08%
B = 40.07%

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

#B696DE (or 0xB696DE) is known color: Biloba Flower. HEX triplet: B6, 96 and DE. RGB value is (182,150,222). Sum of RGB (Red+Green+Blue) = 182+150+222=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B696DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696DE is #496921. Grayscale: #A7A7A7. Windows color (decimal): -4811042 or 14587574. OLE color: 14587574.

HSL color Cylindrical-coordinate representation of color #B696DE: hue angle of 266.67º 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 #B696DE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 150 222 -
CMYK 0.18 0.32 0 0.13
HSL 266.67º 0.52% 0.73% -
HSV(B) 266.67º 0.32% 0.87% -
XYZ 43.38 37.03 73.97 -
YUV 167.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 182 150 222 0.18 0.32 0 0.13 266.67 0.52 0.73
Hex B6 96 DE 12 20 0 D 10B 34 49
Octal 266 226 336 22 40 0 15 413 64 111
Binary 10110110 10010110 11011110 10010 100000 0 1101 100001011 110100 1001001

Color Harmonies of #B696DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696DE

Black with #B696DE

Text Example


Text Example

White with #B696DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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