Html Css Color HEX #B699EC Biloba Flower

📋 copy color: '#B699EC'

red 182 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #B699EC

Tints of Biloba Flower #B699EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.8%

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

R = 31.87%
G = 26.8%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B699EC (or 0xB699EC) is known color: Biloba Flower. HEX triplet: B6, 99 and EC. RGB value is (182,153,236). Sum of RGB (Red+Green+Blue) = 182+153+236=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #B699EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699EC is #496613. Grayscale: #AAAAAA. Windows color (decimal): -4810260 or 15505846. OLE color: 15505846.

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

Color convert

RGB 182 153 236 -
CMYK 0.23 0.35 0 0.07
HSL 260.96º 0.69% 0.76% -
HSV(B) 260.96º 0.35% 0.93% -
XYZ 45.82 38.78 84.43 -
YUV 171.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 182 153 236 0.23 0.35 0 0.07 260.96 0.69 0.76
Hex B6 99 EC 17 23 0 7 105 45 4C
Octal 266 231 354 27 43 0 7 405 105 114
Binary 10110110 10011001 11101100 10111 100011 0 111 100000101 1000101 1001100

Color Harmonies of #B699EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699EC

Black with #B699EC

Text Example


Text Example

White with #B699EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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