Html Css Color HEX #B689DA Biloba Flower

📋 copy color: '#B689DA'

red 182 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #B689DA

Tints of Biloba Flower #B689DA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.51%

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

R = 33.89%
G = 25.51%
B = 40.6%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B689DA (or 0xB689DA) is known color: Biloba Flower. HEX triplet: B6, 89 and DA. RGB value is (182,137,218). Sum of RGB (Red+Green+Blue) = 182+137+218=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B689DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689DA is #497625. Grayscale: #9F9F9F. Windows color (decimal): -4814374 or 14322102. OLE color: 14322102.

HSL color Cylindrical-coordinate representation of color #B689DA: hue angle of 273.33º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B689DA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 137 218 -
CMYK 0.17 0.37 0 0.15
HSL 273.33º 0.52% 0.7% -
HSV(B) 273.33º 0.37% 0.85% -
XYZ 40.89 32.9 70.52 -
YUV 159.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 182 137 218 0.17 0.37 0 0.15 273.33 0.52 0.7
Hex B6 89 DA 11 25 0 F 111 34 46
Octal 266 211 332 21 45 0 17 421 64 106
Binary 10110110 10001001 11011010 10001 100101 0 1111 100010001 110100 1000110

Color Harmonies of #B689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689DA

Black with #B689DA

Text Example


Text Example

White with #B689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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