Html Css Color HEX #B69BED Biloba Flower

📋 copy color: '#B69BED'

red 182 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #B69BED

Tints of Biloba Flower #B69BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 31.71%
G = 27%
B = 41.29%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B69BED (or 0xB69BED) is known color: Biloba Flower. HEX triplet: B6, 9B and ED. RGB value is (182,155,237). Sum of RGB (Red+Green+Blue) = 182+155+237=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #B69BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BED is #496412. Grayscale: #ACACAC. Windows color (decimal): -4809747 or 15571894. OLE color: 15571894.

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

Color convert

RGB 182 155 237 -
CMYK 0.23 0.35 0 0.07
HSL 259.76º 0.69% 0.77% -
HSV(B) 259.76º 0.35% 0.93% -
XYZ 46.3 39.5 85.31 -
YUV 172.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 182 155 237 0.23 0.35 0 0.07 259.76 0.69 0.77
Hex B6 9B ED 17 23 0 7 104 45 4D
Octal 266 233 355 27 43 0 7 404 105 115
Binary 10110110 10011011 11101101 10111 100011 0 111 100000100 1000101 1001101

Color Harmonies of #B69BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BED

Black with #B69BED

Text Example


Text Example

White with #B69BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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