Html Css Color HEX #B698DE Biloba Flower

📋 copy color: '#B698DE'

red 182 ◦ green 152 ◦ blue 222

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

Shades of Biloba Flower #B698DE

Tints of Biloba Flower #B698DE

RGB

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

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

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

R = 32.73%
G = 27.34%
B = 39.93%

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

#B698DE (or 0xB698DE) is known color: Biloba Flower. HEX triplet: B6, 98 and DE. RGB value is (182,152,222). Sum of RGB (Red+Green+Blue) = 182+152+222=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #B698DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698DE is #496721. Grayscale: #A8A8A8. Windows color (decimal): -4810530 or 14588086. OLE color: 14588086.

HSL color Cylindrical-coordinate representation of color #B698DE: hue angle of 265.71º degrees, saturation: 0.51, 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 #B698DE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 152 222 -
CMYK 0.18 0.32 0 0.13
HSL 265.71º 0.51% 0.73% -
HSV(B) 265.71º 0.32% 0.87% -
XYZ 43.7 37.68 74.08 -
YUV 168.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 182 152 222 0.18 0.32 0 0.13 265.71 0.51 0.73
Hex B6 98 DE 12 20 0 D 10A 33 49
Octal 266 230 336 22 40 0 15 412 63 111
Binary 10110110 10011000 11011110 10010 100000 0 1101 100001010 110011 1001001

Color Harmonies of #B698DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698DE

Black with #B698DE

Text Example


Text Example

White with #B698DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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