Html Css Color HEX #B69DEB Biloba Flower

📋 copy color: '#B69DEB'

red 182 ◦ green 157 ◦ blue 235

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

Shades of Biloba Flower #B69DEB

Tints of Biloba Flower #B69DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.35%

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

R = 31.71%
G = 27.35%
B = 40.94%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B69DEB (or 0xB69DEB) is known color: Biloba Flower. HEX triplet: B6, 9D and EB. RGB value is (182,157,235). Sum of RGB (Red+Green+Blue) = 182+157+235=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B69DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69DEB is #496214. Grayscale: #ADADAD. Windows color (decimal): -4809237 or 15441334. OLE color: 15441334.

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

Color convert

RGB 182 157 235 -
CMYK 0.23 0.33 0 0.08
HSL 259.23º 0.66% 0.77% -
HSV(B) 259.23º 0.33% 0.92% -
XYZ 46.34 40.06 83.89 -
YUV 173.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 182 157 235 0.23 0.33 0 0.08 259.23 0.66 0.77
Hex B6 9D EB 17 21 0 8 103 42 4D
Octal 266 235 353 27 41 0 10 403 102 115
Binary 10110110 10011101 11101011 10111 100001 0 1000 100000011 1000010 1001101

Color Harmonies of #B69DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DEB

Black with #B69DEB

Text Example


Text Example

White with #B69DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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