Html Css Color HEX #B699DB Biloba Flower

📋 copy color: '#B699DB'

red 182 ◦ green 153 ◦ blue 219

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

Shades of Biloba Flower #B699DB

Tints of Biloba Flower #B699DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.62%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 32.85%
G = 27.62%
B = 39.53%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B699DB (or 0xB699DB) is known color: Biloba Flower. HEX triplet: B6, 99 and DB. RGB value is (182,153,219). Sum of RGB (Red+Green+Blue) = 182+153+219=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B699DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DB is #496624. Grayscale: #A8A8A8. Windows color (decimal): -4810277 or 14391734. OLE color: 14391734.

HSL color Cylindrical-coordinate representation of color #B699DB: hue angle of 266.36º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B699DB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 153 219 -
CMYK 0.17 0.30 0 0.14
HSL 266.36º 0.48% 0.73% -
HSV(B) 266.36º 0.3% 0.86% -
XYZ 43.47 37.84 72.03 -
YUV 169.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 182 153 219 0.17 0.30 0 0.14 266.36 0.48 0.73
Hex B6 99 DB 11 1E 0 E 10A 30 49
Octal 266 231 333 21 36 0 16 412 60 111
Binary 10110110 10011001 11011011 10001 11110 0 1110 100001010 110000 1001001

Color Harmonies of #B699DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699DB

Black with #B699DB

Text Example


Text Example

White with #B699DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699DB; }

 p { color: rgb(182,153,219); }

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

background-color css

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

 a { background-color: rgb(182,153,219); }

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

border-color css

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

 span { border-color: rgb(182,153,219); }

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