Html Css Color HEX #B698E7 Biloba Flower

📋 copy color: '#B698E7'

red 182 ◦ green 152 ◦ blue 231

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

Shades of Biloba Flower #B698E7

Tints of Biloba Flower #B698E7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.9%

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 32.21%
G = 26.9%
B = 40.88%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B698E7 (or 0xB698E7) is known color: Biloba Flower. HEX triplet: B6, 98 and E7. RGB value is (182,152,231). Sum of RGB (Red+Green+Blue) = 182+152+231=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #B698E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698E7 is #496718. Grayscale: #A9A9A9. Windows color (decimal): -4810521 or 15177910. OLE color: 15177910.

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

Color convert

RGB 182 152 231 -
CMYK 0.21 0.34 0 0.09
HSL 262.78º 0.62% 0.75% -
HSV(B) 262.78º 0.34% 0.91% -
XYZ 44.94 38.17 80.6 -
YUV 169.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 182 152 231 0.21 0.34 0 0.09 262.78 0.62 0.75
Hex B6 98 E7 15 22 0 9 107 3E 4B
Octal 266 230 347 25 42 0 11 407 76 113
Binary 10110110 10011000 11100111 10101 100010 0 1001 100000111 111110 1001011

Color Harmonies of #B698E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698E7

Black with #B698E7

Text Example


Text Example

White with #B698E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698E7; }

 p { color: rgb(182,152,231); }

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

background-color css

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

 a { background-color: rgb(182,152,231); }

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

border-color css

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

 span { border-color: rgb(182,152,231); }

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