Html Css Color HEX #B69BDA Biloba Flower

📋 copy color: '#B69BDA'

red 182 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B69BDA

Tints of Biloba Flower #B69BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.93%

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

R = 32.79%
G = 27.93%
B = 39.28%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B69BDA (or 0xB69BDA) is known color: Biloba Flower. HEX triplet: B6, 9B and DA. RGB value is (182,155,218). Sum of RGB (Red+Green+Blue) = 182+155+218=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #B69BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BDA is #496425. Grayscale: #AAAAAA. Windows color (decimal): -4809766 or 14326710. OLE color: 14326710.

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

Color convert

RGB 182 155 218 -
CMYK 0.17 0.29 0 0.15
HSL 265.71º 0.46% 0.73% -
HSV(B) 265.71º 0.29% 0.85% -
XYZ 43.67 38.45 71.45 -
YUV 170.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 182 155 218 0.17 0.29 0 0.15 265.71 0.46 0.73
Hex B6 9B DA 11 1D 0 F 10A 2E 49
Octal 266 233 332 21 35 0 17 412 56 111
Binary 10110110 10011011 11011010 10001 11101 0 1111 100001010 101110 1001001

Color Harmonies of #B69BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BDA

Black with #B69BDA

Text Example


Text Example

White with #B69BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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