Html Css Color HEX #B69BEF Biloba Flower

📋 copy color: '#B69BEF'

red 182 ◦ green 155 ◦ blue 239

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

Shades of Biloba Flower #B69BEF

Tints of Biloba Flower #B69BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 31.6%
G = 26.91%
B = 41.49%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B69BEF (or 0xB69BEF) is known color: Biloba Flower. HEX triplet: B6, 9B and EF. RGB value is (182,155,239). Sum of RGB (Red+Green+Blue) = 182+155+239=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #B69BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEF is #496410. Grayscale: #ACACAC. Windows color (decimal): -4809745 or 15702966. OLE color: 15702966.

HSL color Cylindrical-coordinate representation of color #B69BEF: hue angle of 259.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B69BEF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 155 239 -
CMYK 0.24 0.35 0 0.06
HSL 259.29º 0.72% 0.77% -
HSV(B) 259.29º 0.35% 0.94% -
XYZ 46.59 39.62 86.85 -
YUV 172.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 182 155 239 0.24 0.35 0 0.06 259.29 0.72 0.77
Hex B6 9B EF 18 23 0 6 103 48 4D
Octal 266 233 357 30 43 0 6 403 110 115
Binary 10110110 10011011 11101111 11000 100011 0 110 100000011 1001000 1001101

Color Harmonies of #B69BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BEF

Black with #B69BEF

Text Example


Text Example

White with #B69BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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