Html Css Color HEX #B688EC Biloba Flower

📋 copy color: '#B688EC'

red 182 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #B688EC

Tints of Biloba Flower #B688EC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.55%

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 32.85%
G = 24.55%
B = 42.6%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B688EC (or 0xB688EC) is known color: Biloba Flower. HEX triplet: B6, 88 and EC. RGB value is (182,136,236). Sum of RGB (Red+Green+Blue) = 182+136+236=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B688EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688EC is #497713. Grayscale: #A0A0A0. Windows color (decimal): -4814612 or 15501494. OLE color: 15501494.

HSL color Cylindrical-coordinate representation of color #B688EC: hue angle of 267.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B688EC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 136 236 -
CMYK 0.23 0.42 0 0.07
HSL 267.6º 0.72% 0.73% -
HSV(B) 267.6º 0.42% 0.93% -
XYZ 43.24 33.61 83.57 -
YUV 161.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 182 136 236 0.23 0.42 0 0.07 267.6 0.72 0.73
Hex B6 88 EC 17 2A 0 7 10C 48 49
Octal 266 210 354 27 52 0 7 414 110 111
Binary 10110110 10001000 11101100 10111 101010 0 111 100001100 1001000 1001001

Color Harmonies of #B688EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688EC

Black with #B688EC

Text Example


Text Example

White with #B688EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688EC; }

 p { color: rgb(182,136,236); }

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

background-color css

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

 a { background-color: rgb(182,136,236); }

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

border-color css

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

 span { border-color: rgb(182,136,236); }

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