Html Css Color HEX #B697E8 Biloba Flower

📋 copy color: '#B697E8'

red 182 ◦ green 151 ◦ blue 232

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

Shades of Biloba Flower #B697E8

Tints of Biloba Flower #B697E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.06%

R = 32.21%
G = 26.73%
B = 41.06%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B697E8 (or 0xB697E8) is known color: Biloba Flower. HEX triplet: B6, 97 and E8. RGB value is (182,151,232). Sum of RGB (Red+Green+Blue) = 182+151+232=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #B697E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B697E8 is #496817. Grayscale: #A9A9A9. Windows color (decimal): -4810776 or 15243190. OLE color: 15243190.

HSL color Cylindrical-coordinate representation of color #B697E8: hue angle of 262.96º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B697E8 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 151 232 -
CMYK 0.22 0.35 0 0.09
HSL 262.96º 0.64% 0.75% -
HSV(B) 262.96º 0.35% 0.91% -
XYZ 44.92 37.9 81.29 -
YUV 169.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 182 151 232 0.22 0.35 0 0.09 262.96 0.64 0.75
Hex B6 97 E8 16 23 0 9 107 40 4B
Octal 266 227 350 26 43 0 11 407 100 113
Binary 10110110 10010111 11101000 10110 100011 0 1001 100000111 1000000 1001011

Color Harmonies of #B697E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697E8

Black with #B697E8

Text Example


Text Example

White with #B697E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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