Html Css Color HEX #B692DC Biloba Flower

📋 copy color: '#B692DC'

red 182 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #B692DC

Tints of Biloba Flower #B692DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.64%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 33.21%
G = 26.64%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B692DC (or 0xB692DC) is known color: Biloba Flower. HEX triplet: B6, 92 and DC. RGB value is (182,146,220). Sum of RGB (Red+Green+Blue) = 182+146+220=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B692DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692DC is #496D23. Grayscale: #A4A4A4. Windows color (decimal): -4812068 or 14455478. OLE color: 14455478.

HSL color Cylindrical-coordinate representation of color #B692DC: hue angle of 269.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B692DC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 146 220 -
CMYK 0.17 0.34 0 0.14
HSL 269.19º 0.51% 0.72% -
HSV(B) 269.19º 0.34% 0.86% -
XYZ 42.49 35.67 72.36 -
YUV 165.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 182 146 220 0.17 0.34 0 0.14 269.19 0.51 0.72
Hex B6 92 DC 11 22 0 E 10D 33 48
Octal 266 222 334 21 42 0 16 415 63 110
Binary 10110110 10010010 11011100 10001 100010 0 1110 100001101 110011 1001000

Color Harmonies of #B692DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B692DC

Black with #B692DC

Text Example


Text Example

White with #B692DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B692DC; }

 p { color: rgb(182,146,220); }

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

background-color css

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

 a { background-color: rgb(182,146,220); }

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

border-color css

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

 span { border-color: rgb(182,146,220); }

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