Html Css Color HEX #B699DA Biloba Flower

📋 copy color: '#B699DA'

red 182 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #B699DA

Tints of Biloba Flower #B699DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 32.91%
G = 27.67%
B = 39.42%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B699DA (or 0xB699DA) is known color: Biloba Flower. HEX triplet: B6, 99 and DA. RGB value is (182,153,218). Sum of RGB (Red+Green+Blue) = 182+153+218=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B699DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DA is #496625. Grayscale: #A8A8A8. Windows color (decimal): -4810278 or 14326198. OLE color: 14326198.

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

Color convert

RGB 182 153 218 -
CMYK 0.17 0.30 0 0.15
HSL 266.77º 0.47% 0.73% -
HSV(B) 266.77º 0.3% 0.85% -
XYZ 43.34 37.79 71.34 -
YUV 169.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 182 153 218 0.17 0.30 0 0.15 266.77 0.47 0.73
Hex B6 99 DA 11 1E 0 F 10B 2F 49
Octal 266 231 332 21 36 0 17 413 57 111
Binary 10110110 10011001 11011010 10001 11110 0 1111 100001011 101111 1001001

Color Harmonies of #B699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699DA

Black with #B699DA

Text Example


Text Example

White with #B699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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