Html Css Color HEX #B69BD7 Biloba Flower

📋 copy color: '#B69BD7'

red 182 ◦ green 155 ◦ blue 215

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

Shades of Biloba Flower #B69BD7

Tints of Biloba Flower #B69BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.95%

R = 32.97%
G = 28.08%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B69BD7 (or 0xB69BD7) is known color: Biloba Flower. HEX triplet: B6, 9B and D7. RGB value is (182,155,215). Sum of RGB (Red+Green+Blue) = 182+155+215=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #B69BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BD7 is #496428. Grayscale: #A9A9A9. Windows color (decimal): -4809769 or 14130102. OLE color: 14130102.

HSL color Cylindrical-coordinate representation of color #B69BD7: hue angle of 267º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B69BD7 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 155 215 -
CMYK 0.15 0.28 0 0.16
HSL 267º 0.43% 0.73% -
HSV(B) 267º 0.28% 0.84% -
XYZ 43.28 38.29 69.4 -
YUV 169.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 182 155 215 0.15 0.28 0 0.16 267 0.43 0.73
Hex B6 9B D7 F 1C 0 10 10B 2B 49
Octal 266 233 327 17 34 0 20 413 53 111
Binary 10110110 10011011 11010111 1111 11100 0 10000 100001011 101011 1001001

Color Harmonies of #B69BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BD7

Black with #B69BD7

Text Example


Text Example

White with #B69BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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