Html Css Color HEX #B690DA Biloba Flower

📋 copy color: '#B690DA'

red 182 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #B690DA

Tints of Biloba Flower #B690DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.47%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 33.46%
G = 26.47%
B = 40.07%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B690DA (or 0xB690DA) is known color: Biloba Flower. HEX triplet: B6, 90 and DA. RGB value is (182,144,218). Sum of RGB (Red+Green+Blue) = 182+144+218=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B690DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B690DA is #496F25. Grayscale: #A3A3A3. Windows color (decimal): -4812582 or 14323894. OLE color: 14323894.

HSL color Cylindrical-coordinate representation of color #B690DA: hue angle of 270.81º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B690DA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 144 218 -
CMYK 0.17 0.34 0 0.15
HSL 270.81º 0.5% 0.71% -
HSV(B) 270.81º 0.34% 0.85% -
XYZ 41.92 34.95 70.87 -
YUV 163.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 182 144 218 0.17 0.34 0 0.15 270.81 0.5 0.71
Hex B6 90 DA 11 22 0 F 10F 32 47
Octal 266 220 332 21 42 0 17 417 62 107
Binary 10110110 10010000 11011010 10001 100010 0 1111 100001111 110010 1000111

Color Harmonies of #B690DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B690DA

Black with #B690DA

Text Example


Text Example

White with #B690DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B690DA; }

 p { color: rgb(182,144,218); }

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

background-color css

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

 a { background-color: rgb(182,144,218); }

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

border-color css

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

 span { border-color: rgb(182,144,218); }

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