Html Css Color HEX #B697EC Biloba Flower

📋 copy color: '#B697EC'

red 182 ◦ green 151 ◦ blue 236

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

Shades of Biloba Flower #B697EC

Tints of Biloba Flower #B697EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.54%

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

R = 31.99%
G = 26.54%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B697EC (or 0xB697EC) is known color: Biloba Flower. HEX triplet: B6, 97 and EC. RGB value is (182,151,236). Sum of RGB (Red+Green+Blue) = 182+151+236=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B697EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697EC is #496813. Grayscale: #A9A9A9. Windows color (decimal): -4810772 or 15505334. OLE color: 15505334.

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

Color convert

RGB 182 151 236 -
CMYK 0.23 0.36 0 0.07
HSL 261.88º 0.69% 0.76% -
HSV(B) 261.88º 0.36% 0.93% -
XYZ 45.5 38.13 84.32 -
YUV 169.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 182 151 236 0.23 0.36 0 0.07 261.88 0.69 0.76
Hex B6 97 EC 17 24 0 7 106 45 4C
Octal 266 227 354 27 44 0 7 406 105 114
Binary 10110110 10010111 11101100 10111 100100 0 111 100000110 1000101 1001100

Color Harmonies of #B697EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697EC

Black with #B697EC

Text Example


Text Example

White with #B697EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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