Html Css Color HEX #B698EC Biloba Flower

📋 copy color: '#B698EC'

red 182 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #B698EC

Tints of Biloba Flower #B698EC

RGB

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

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

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

R = 31.93%
G = 26.67%
B = 41.4%

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

#B698EC (or 0xB698EC) is known color: Biloba Flower. HEX triplet: B6, 98 and EC. RGB value is (182,152,236). Sum of RGB (Red+Green+Blue) = 182+152+236=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B698EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B698EC is #496713. Grayscale: #AAAAAA. Windows color (decimal): -4810516 or 15505590. OLE color: 15505590.

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

Color convert

RGB 182 152 236 -
CMYK 0.23 0.36 0 0.07
HSL 261.43º 0.69% 0.76% -
HSV(B) 261.43º 0.36% 0.93% -
XYZ 45.66 38.46 84.37 -
YUV 170.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 182 152 236 0.23 0.36 0 0.07 261.43 0.69 0.76
Hex B6 98 EC 17 24 0 7 105 45 4C
Octal 266 230 354 27 44 0 7 405 105 114
Binary 10110110 10011000 11101100 10111 100100 0 111 100000101 1000101 1001100

Color Harmonies of #B698EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698EC

Black with #B698EC

Text Example


Text Example

White with #B698EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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