Html Css Color HEX #B688EF Biloba Flower

📋 copy color: '#B688EF'

red 182 ◦ green 136 ◦ blue 239

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

Shades of Biloba Flower #B688EF

Tints of Biloba Flower #B688EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 32.68%
G = 24.42%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B688EF (or 0xB688EF) is known color: Biloba Flower. HEX triplet: B6, 88 and EF. RGB value is (182,136,239). Sum of RGB (Red+Green+Blue) = 182+136+239=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #B688EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688EF is #497710. Grayscale: #A1A1A1. Windows color (decimal): -4814609 or 15698102. OLE color: 15698102.

HSL color Cylindrical-coordinate representation of color #B688EF: hue angle of 266.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B688EF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 136 239 -
CMYK 0.24 0.43 0 0.06
HSL 266.8º 0.76% 0.74% -
HSV(B) 266.8º 0.43% 0.94% -
XYZ 43.68 33.79 85.88 -
YUV 161.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 182 136 239 0.24 0.43 0 0.06 266.8 0.76 0.74
Hex B6 88 EF 18 2B 0 6 10B 4C 4A
Octal 266 210 357 30 53 0 6 413 114 112
Binary 10110110 10001000 11101111 11000 101011 0 110 100001011 1001100 1001010

Color Harmonies of #B688EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688EF

Black with #B688EF

Text Example


Text Example

White with #B688EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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