Html Css Color HEX #B697DE Biloba Flower

📋 copy color: '#B697DE'

red 182 ◦ green 151 ◦ blue 222

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

Shades of Biloba Flower #B697DE

Tints of Biloba Flower #B697DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40%

R = 32.79%
G = 27.21%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B697DE (or 0xB697DE) is known color: Biloba Flower. HEX triplet: B6, 97 and DE. RGB value is (182,151,222). Sum of RGB (Red+Green+Blue) = 182+151+222=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B697DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697DE is #496821. Grayscale: #A8A8A8. Windows color (decimal): -4810786 or 14587830. OLE color: 14587830.

HSL color Cylindrical-coordinate representation of color #B697DE: hue angle of 266.2º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B697DE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 151 222 -
CMYK 0.18 0.32 0 0.13
HSL 266.2º 0.52% 0.73% -
HSV(B) 266.2º 0.32% 0.87% -
XYZ 43.54 37.35 74.02 -
YUV 168.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 182 151 222 0.18 0.32 0 0.13 266.2 0.52 0.73
Hex B6 97 DE 12 20 0 D 10A 34 49
Octal 266 227 336 22 40 0 15 412 64 111
Binary 10110110 10010111 11011110 10010 100000 0 1101 100001010 110100 1001001

Color Harmonies of #B697DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697DE

Black with #B697DE

Text Example


Text Example

White with #B697DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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