Html Css Color HEX #B688E6 Biloba Flower

📋 copy color: '#B688E6'

red 182 ◦ green 136 ◦ blue 230

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

Shades of Biloba Flower #B688E6

Tints of Biloba Flower #B688E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.97%

R = 33.21%
G = 24.82%
B = 41.97%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B688E6 (or 0xB688E6) is known color: Biloba Flower. HEX triplet: B6, 88 and E6. RGB value is (182,136,230). Sum of RGB (Red+Green+Blue) = 182+136+230=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #B688E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688E6 is #497719. Grayscale: #A0A0A0. Windows color (decimal): -4814618 or 15108278. OLE color: 15108278.

HSL color Cylindrical-coordinate representation of color #B688E6: hue angle of 269.36º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B688E6 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 136 230 -
CMYK 0.21 0.41 0 0.10
HSL 269.36º 0.65% 0.72% -
HSV(B) 269.36º 0.41% 0.9% -
XYZ 42.38 33.27 79.05 -
YUV 160.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 182 136 230 0.21 0.41 0 0.10 269.36 0.65 0.72
Hex B6 88 E6 15 29 0 A 10D 41 48
Octal 266 210 346 25 51 0 12 415 101 110
Binary 10110110 10001000 11100110 10101 101001 0 1010 100001101 1000001 1001000

Color Harmonies of #B688E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688E6

Black with #B688E6

Text Example


Text Example

White with #B688E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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