Html Css Color HEX #B69BEB Biloba Flower

📋 copy color: '#B69BEB'

red 182 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #B69BEB

Tints of Biloba Flower #B69BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 31.82%
G = 27.1%
B = 41.08%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B69BEB (or 0xB69BEB) is known color: Biloba Flower. HEX triplet: B6, 9B and EB. RGB value is (182,155,235). Sum of RGB (Red+Green+Blue) = 182+155+235=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEB is #496414. Grayscale: #ABABAB. Windows color (decimal): -4809749 or 15440822. OLE color: 15440822.

HSL color Cylindrical-coordinate representation of color #B69BEB: hue angle of 260.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69BEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 155 235 -
CMYK 0.23 0.34 0 0.08
HSL 260.25º 0.67% 0.76% -
HSV(B) 260.25º 0.34% 0.92% -
XYZ 46.01 39.39 83.77 -
YUV 172.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 182 155 235 0.23 0.34 0 0.08 260.25 0.67 0.76
Hex B6 9B EB 17 22 0 8 104 43 4C
Octal 266 233 353 27 42 0 10 404 103 114
Binary 10110110 10011011 11101011 10111 100010 0 1000 100000100 1000011 1001100

Color Harmonies of #B69BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BEB

Black with #B69BEB

Text Example


Text Example

White with #B69BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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