Html Css Color HEX #B698DD Biloba Flower

📋 copy color: '#B698DD'

red 182 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B698DD

Tints of Biloba Flower #B698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 32.79%
G = 27.39%
B = 39.82%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B698DD (or 0xB698DD) is known color: Biloba Flower. HEX triplet: B6, 98 and DD. RGB value is (182,152,221). Sum of RGB (Red+Green+Blue) = 182+152+221=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B698DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698DD is #496722. Grayscale: #A8A8A8. Windows color (decimal): -4810531 or 14522550. OLE color: 14522550.

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

Color convert

RGB 182 152 221 -
CMYK 0.18 0.31 0 0.13
HSL 266.09º 0.5% 0.73% -
HSV(B) 266.09º 0.31% 0.87% -
XYZ 43.57 37.62 73.37 -
YUV 168.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 182 152 221 0.18 0.31 0 0.13 266.09 0.5 0.73
Hex B6 98 DD 12 1F 0 D 10A 32 49
Octal 266 230 335 22 37 0 15 412 62 111
Binary 10110110 10011000 11011101 10010 11111 0 1101 100001010 110010 1001001

Color Harmonies of #B698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698DD

Black with #B698DD

Text Example


Text Example

White with #B698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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