Html Css Color HEX #B697ED Biloba Flower

📋 copy color: '#B697ED'

red 182 ◦ green 151 ◦ blue 237

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

Shades of Biloba Flower #B697ED

Tints of Biloba Flower #B697ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 31.93%
G = 26.49%
B = 41.58%

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

#B697ED (or 0xB697ED) is known color: Biloba Flower. HEX triplet: B6, 97 and ED. RGB value is (182,151,237). Sum of RGB (Red+Green+Blue) = 182+151+237=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B697ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697ED is #496812. Grayscale: #A9A9A9. Windows color (decimal): -4810771 or 15570870. OLE color: 15570870.

HSL color Cylindrical-coordinate representation of color #B697ED: hue angle of 261.63º degrees, saturation: 0.7, 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 #B697ED is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 151 237 -
CMYK 0.23 0.36 0 0.07
HSL 261.63º 0.7% 0.76% -
HSV(B) 261.63º 0.36% 0.93% -
XYZ 45.64 38.19 85.09 -
YUV 170.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 182 151 237 0.23 0.36 0 0.07 261.63 0.7 0.76
Hex B6 97 ED 17 24 0 7 106 46 4C
Octal 266 227 355 27 44 0 7 406 106 114
Binary 10110110 10010111 11101101 10111 100100 0 111 100000110 1000110 1001100

Color Harmonies of #B697ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697ED

Black with #B697ED

Text Example


Text Example

White with #B697ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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