Html Css Color HEX #B69DDE Biloba Flower

📋 copy color: '#B69DDE'

red 182 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #B69DDE

Tints of Biloba Flower #B69DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 32.44%
G = 27.99%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B69DDE (or 0xB69DDE) is known color: Biloba Flower. HEX triplet: B6, 9D and DE. RGB value is (182,157,222). Sum of RGB (Red+Green+Blue) = 182+157+222=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #B69DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69DDE is #496221. Grayscale: #ABABAB. Windows color (decimal): -4809250 or 14589366. OLE color: 14589366.

HSL color Cylindrical-coordinate representation of color #B69DDE: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B69DDE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 157 222 -
CMYK 0.18 0.29 0 0.13
HSL 263.08º 0.5% 0.74% -
HSV(B) 263.08º 0.29% 0.87% -
XYZ 44.53 39.33 74.35 -
YUV 171.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 182 157 222 0.18 0.29 0 0.13 263.08 0.5 0.74
Hex B6 9D DE 12 1D 0 D 107 32 4A
Octal 266 235 336 22 35 0 15 407 62 112
Binary 10110110 10011101 11011110 10010 11101 0 1101 100000111 110010 1001010

Color Harmonies of #B69DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69DDE

Black with #B69DDE

Text Example


Text Example

White with #B69DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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