Html Css Color HEX #B69BEC Biloba Flower

📋 copy color: '#B69BEC'

red 182 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #B69BEC

Tints of Biloba Flower #B69BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 31.76%
G = 27.05%
B = 41.19%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B69BEC (or 0xB69BEC) is known color: Biloba Flower. HEX triplet: B6, 9B and EC. RGB value is (182,155,236). Sum of RGB (Red+Green+Blue) = 182+155+236=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B69BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEC is #496413. Grayscale: #ACACAC. Windows color (decimal): -4809748 or 15506358. OLE color: 15506358.

HSL color Cylindrical-coordinate representation of color #B69BEC: hue angle of 260º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69BEC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 155 236 -
CMYK 0.23 0.34 0 0.07
HSL 260º 0.68% 0.77% -
HSV(B) 260º 0.34% 0.93% -
XYZ 46.15 39.44 84.54 -
YUV 172.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 182 155 236 0.23 0.34 0 0.07 260 0.68 0.77
Hex B6 9B EC 17 22 0 7 104 44 4D
Octal 266 233 354 27 42 0 7 404 104 115
Binary 10110110 10011011 11101100 10111 100010 0 111 100000100 1000100 1001101

Color Harmonies of #B69BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BEC

Black with #B69BEC

Text Example


Text Example

White with #B69BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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