Html Css Color HEX #B698DF Biloba Flower

📋 copy color: '#B698DF'

red 182 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #B698DF

Tints of Biloba Flower #B698DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 32.68%
G = 27.29%
B = 40.04%

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

#B698DF (or 0xB698DF) is known color: Biloba Flower. HEX triplet: B6, 98 and DF. RGB value is (182,152,223). Sum of RGB (Red+Green+Blue) = 182+152+223=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B698DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698DF is #496720. Grayscale: #A8A8A8. Windows color (decimal): -4810529 or 14653622. OLE color: 14653622.

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

Color convert

RGB 182 152 223 -
CMYK 0.18 0.32 0 0.13
HSL 265.35º 0.53% 0.74% -
HSV(B) 265.35º 0.32% 0.87% -
XYZ 43.84 37.73 74.78 -
YUV 169.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 182 152 223 0.18 0.32 0 0.13 265.35 0.53 0.74
Hex B6 98 DF 12 20 0 D 109 35 4A
Octal 266 230 337 22 40 0 15 411 65 112
Binary 10110110 10011000 11011111 10010 100000 0 1101 100001001 110101 1001010

Color Harmonies of #B698DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698DF

Black with #B698DF

Text Example


Text Example

White with #B698DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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