Html Css Color HEX #B696CC Biloba Flower

📋 copy color: '#B696CC'

red 182 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #B696CC

Tints of Biloba Flower #B696CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 33.96%
G = 27.99%
B = 38.06%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B696CC (or 0xB696CC) is known color: Biloba Flower. HEX triplet: B6, 96 and CC. RGB value is (182,150,204). Sum of RGB (Red+Green+Blue) = 182+150+204=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B696CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696CC is #496933. Grayscale: #A5A5A5. Windows color (decimal): -4811060 or 13407926. OLE color: 13407926.

HSL color Cylindrical-coordinate representation of color #B696CC: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B696CC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 150 204 -
CMYK 0.11 0.26 0 0.2
HSL 275.56º 0.35% 0.69% -
HSV(B) 275.56º 0.26% 0.8% -
XYZ 41.1 36.12 61.93 -
YUV 165.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 182 150 204 0.11 0.26 0 0.2 275.56 0.35 0.69
Hex B6 96 CC B 1A 0 14 114 23 45
Octal 266 226 314 13 32 0 24 424 43 105
Binary 10110110 10010110 11001100 1011 11010 0 10100 100010100 100011 1000101

Color Harmonies of #B696CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B696CC

Black with #B696CC

Text Example


Text Example

White with #B696CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B696CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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