Html Css Color HEX #B69BCE Biloba Flower

📋 copy color: '#B69BCE'

red 182 ◦ green 155 ◦ blue 206

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

Shades of Biloba Flower #B69BCE

Tints of Biloba Flower #B69BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 33.52%
G = 28.55%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B69BCE (or 0xB69BCE) is known color: Biloba Flower. HEX triplet: B6, 9B and CE. RGB value is (182,155,206). Sum of RGB (Red+Green+Blue) = 182+155+206=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B69BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BCE is #496431. Grayscale: #A8A8A8. Windows color (decimal): -4809778 or 13540278. OLE color: 13540278.

HSL color Cylindrical-coordinate representation of color #B69BCE: hue angle of 271.76º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69BCE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 155 206 -
CMYK 0.12 0.25 0 0.19
HSL 271.76º 0.34% 0.71% -
HSV(B) 271.76º 0.25% 0.81% -
XYZ 42.15 37.84 63.48 -
YUV 168.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 182 155 206 0.12 0.25 0 0.19 271.76 0.34 0.71
Hex B6 9B CE C 19 0 13 110 22 47
Octal 266 233 316 14 31 0 23 420 42 107
Binary 10110110 10011011 11001110 1100 11001 0 10011 100010000 100010 1000111

Color Harmonies of #B69BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BCE

Black with #B69BCE

Text Example


Text Example

White with #B69BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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